Get All Organizations Within A White Label
White label admin only API to get the list of all organizations.
curl --request GET \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations?name=SOME_STRING_VALUE&active=SOME_INTEGER_VALUE&sort=id,-creationDate&limit=SOME_INTEGER_VALUE&offset=SOME_INTEGER_VALUE' \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?