GET
/
api
/
whitelabel
/
{whitelabelIdentifier}
/
domain
Get white label domain
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/whitelabel/{whitelabelIdentifier}/domain
{
  "success": true,
  "error": "<string>",
  "domain": "<string>",
  "logo": "<string>"
}

Path Parameters

whitelabelIdentifier
integer
required

Whitelabel ID

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

domain
string
required
error
string

Optional error description (set if 'success' was false)