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

success
boolean
required

Whether the operation succeeded

metrics
object
required
error
string

Optional error description (set if 'success' was false)