Create New Organization Within White Label Context

Create a new organization. This is an internal API only available to white label admins

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"organizationName":"EdgeImpulse Inc.","adminId":1,"adminEmail":"[email protected]"}'

Last updated

Was this helpful?