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

Authorizations

x-api-key
string
header
required

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)