Get All White Label Projects

White label admin only API to get the list of all projects.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/projects?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?