Check Host Mapping Validity for an Existing Brand
GET {{baseUrl}}/api/v2/brands/:brand_id/check_host_mapping
Returns a JSON object determining whether a host mapping is valid for the given brand.
Allowed for
- Admins
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"cname":"bar.zendesk.com","is_valid":true}