GET
/
api
/
organizations
/
{organizationId}
/
whitelabel
/
metrics
White Label Admin - Get global white label metrics
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/metrics \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "metrics": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

Response

200 - application/json

OK

The response is of type object.