cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "organizationName": "EdgeImpulse Inc.", "adminId": 1, "adminEmail": "jan@edgeimpulse.com" }'
{ "success": true, "error": "<string>", "id": 123, "apiKey": "<string>" }
Create a new organization. This is an API only available to white label admins
Organization ID
The name of the organization.
"EdgeImpulse Inc."
Unique identifier of the administrator of the new organization.
1
Email of the administrator of the new organization.
"jan@edgeimpulse.com"
OK
Whether the operation succeeded
Organization ID for the new organization
API key for the new organization (this is shown only once)
Optional error description (set if 'success' was false)
Was this page helpful?