curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/users/{userId}/metrics \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"metrics": {}
}
White label admin only API to get marketing metrics about a user.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/users/{userId}/metrics \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"metrics": {}
}
OK
The response is of type object
.