Skip to main content
POST
/
api
/
v1
/
onboarding
/
organizations
/
{productId}
Onboard organizations and create respective credentials under a Product
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>"
    }
  ]
}

Body

application/json

Organization details

organizations
object[]
required

Response

Created

organizations
object[]
required