Create New Organization
Create a new organization. This is an internal API.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/create \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"organizationName":"EdgeImpulse Inc."}'
Last updated
Was this helpful?