Get white label domain
Get a white label domain given its unique identifier.
Path parameters
whitelabelIdentifierintegerRequired
Whitelabel ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/whitelabel/{whitelabelIdentifier}/domain HTTP/1.1
Host: studio.edgeimpulse.com
Accept: */*
200
OK
{
"success": true,
"error": "text",
"domain": "text",
"logo": "text"
}
Last updated
Was this helpful?