curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/metrics \
--header 'x-api-key: <api-key>'{
"success": true,
"metrics": {},
"error": "<string>"
}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,
"metrics": {},
"error": "<string>"
}Was this page helpful?