White Label Admin - Get white label user metrics

White Label Admin - Get white label user metrics

get

White label admin only API to get marketing metrics about a user.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

userIdintegerRequired

User ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/whitelabel/users/{userId}/metrics HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "metrics": {}
}

Last updated

Was this helpful?