API documentation
post
/api/v1/Brands/{brandId}/hostsAdd a host alias (e.g. a custom domain) to a brand.
Brands
Parameters
brandId
path · string
Required
version
path · string
Required
Request body
{
"host": "string",
"isCustomDomain": false
}Responses
The OpenAPI specification does not include response body schemas for this endpoint. Use Try It with your credentials to see a live response.
- 200Success