cURL
curl --request POST \ --url https://notification.platform.dev.ai71services.ai/api/v1/onboarding/organizations/{productId} \ --header 'Content-Type: application/json' \ --data ' { "organizations": [ { "active": true, "name": "<string>" } ] } '
{ "organizations": [ { "active": true, "apiKey": "<string>", "id": "<string>", "name": "<string>", "product_id": "<string>" } ] }
Create a new organizations under a product and register to get app key the provided details
Organization details
Show child attributes
Created