Get white label domain

Get white label domain

Get a white label domain given its unique identifier.

get

/api/whitelabel/{whitelabelIdentifier}/domain

Path parameters
whitelabelIdentifierintegerrequired

Whitelabel ID

Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/whitelabel/{whitelabelIdentifier}/domain'
{
  "success": true,
  "error": "text",
  "domain": "text",
  "logo": "text"
}

Last updated

Was this helpful?