Appearance
Configure a per-site White-Label hostname​
PUT
/sites/{id}/white-label
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
Type
Requiredstring
Request Body​
application/json
JSON"hostname": "portal.example.com"
{
 Â
}
Responses​
Configured
application/json
JSON"white_label": "string"
{
 Â
}