Add domain

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

This API adds a domain to your help desk.

OAuth Scope

  • Desk.settings.CREATE

Attributes

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

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;appliedTime&quot;:null,&quot;sslRequestStatus&quot;:null,&quot;sslRequestedBy&quot;:null,&quot;isVerified&quot;:false,&quot;sslStatus&quot;:&quot;NO_SSL&quot;,&quot;domain&quot;:&quot;support.zylker.com&quot;,&quot;zdSecurityCode&quot;:&quot;zdc3b95061484994060a401652cb2a45b2&quot;,&quot;sslRequestedTime&quot;:null,&quot;isApplied&quot;:false,&quot;appliedBy&quot;:null,&quot;verifiedBy&quot;:null,&quot;verifiedTime&quot;:null}