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
OK
The response is of type object
.