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

The response is of type object.