Verify domain

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

This API verifies a domain in your help desk.

OAuth Scope

  • Desk.settings.UPDATE

Attributes

Attribute NameData TypeDescription
domain (required)<string>
max chars : 100
Domain to be verified.
method (required)<string>
max chars : 100
Domain verification method. CNAME or HTML.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

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