cURL
curl --request GET \ --url https://notification.platform.dev.ai71services.ai/api/v1/onboarding/product/{product_id}/organization/{organization_id} \ --header 'x-api-key: <x-api-key>'
{ "organization": { "active": true, "id": "<string>", "name": "<string>", "product_id": "<string>" } }
Get organization info with product id
API key for authorization
OK
Show child attributes