Apply domain

POST {{baseUrl}}/api/v1/domains/apply

This API maps a domain to the default portal in your help desk.

OAuth Scope

  • Desk.settings.UPDATE

Attributes

Attribute NameData TypeDescription
domain (required)<string>
max chars : 46
Address of the domain

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;appliedTime&quot;:&quot;2018-06-03T11:25:07.897Z&quot;,&quot;sslRequestStatus&quot;:null,&quot;sslRequestedBy&quot;:&quot;8000000012800&quot;,&quot;isVerified&quot;:true,&quot;sslStatus&quot;:&quot;VALID&quot;,&quot;domain&quot;:&quot;support.zylker.com&quot;,&quot;zdSecurityCode&quot;:null,&quot;sslRequestedTime&quot;:&quot;2018-06-03T11:25:07.897Z&quot;,&quot;isApplied&quot;:true,&quot;appliedBy&quot;:&quot;8000000012800&quot;,&quot;verifiedBy&quot;:&quot;8000000012800&quot;,&quot;verifiedTime&quot;:&quot;2018-06-03T11:21:07.912Z&quot;}