Authorizations
Path Parameters
Organization ID
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": {}
}White label admin only API to get global 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": {}
}Organization ID
Was this page helpful?