cURL
curl --request POST \ --url https://notification.platform.dev.ai71services.ai/api/v1/onboarding/product \ --header 'Content-Type: application/json' \ --data ' { "product": { "active": true, "name": "<string>" }, "organizations": [ { "active": true, "name": "<string>" } ] } '
{ "product": { "active": true, "apiKey": "<string>", "id": "<string>", "name": "<string>" }, "organizations": [ { "active": true, "apiKey": "<string>", "id": "<string>", "name": "<string>", "product_id": "<string>" } ] }
Onboard a product with releated organizations and create respective credentials
Onboarding Product Request body
Show child attributes
OK