curl --request GET \
--url https://api.cnap.tech/v1/products/{id} \
--header 'Authorization: Bearer <token>'{
"id": "j572abc123def456",
"name": "PostgreSQL Managed",
"workspace_id": "j572abc123def456",
"template_id": "j572abc123def456",
"settings": {
"custom_image": "<string>",
"custom_description": "<string>",
"show_sources": true
},
"created_at": 123
}curl --request GET \
--url https://api.cnap.tech/v1/products/{id} \
--header 'Authorization: Bearer <token>'{
"id": "j572abc123def456",
"name": "PostgreSQL Managed",
"workspace_id": "j572abc123def456",
"template_id": "j572abc123def456",
"settings": {
"custom_image": "<string>",
"custom_description": "<string>",
"show_sources": true
},
"created_at": 123
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://dash.cnap.tech/account/tokens
Product ID
Product details