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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"cname":"bar.zendesk.com","is_valid":true}