GET - Retrieve details about a single Domain

 Purpose

The API retrieves the detailed information about a particular domain in the specified Organization. 

 Request URL

 https://mail.zoho.com/api/organization/<zoid>/domains/<domainName>

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoidIntegerzoid - The unique Zoho Organization Identified for the organization 
domainName*  String The name of the domain to get information. Ex: zylker.com

* - Mandatory parameter

 Response Codes

Please refer Response Codes.

Sample Response

Copied{
  "status" : {
    "code" : 200,
    "description" : "success"
  },
  "data" : {
    "domainAlias" : "zphone.zylker.com",
    "isDomainAlias" : false,
    "verificationStatus" : true,
    "zoid" : 54107592,
    "verifiedBy" : 32735405,
    "URI" : "https://mail.zoho.com/api/organization/54107592/domains/zylker.com/zylker.com",
    "domainId" : 1082700000059781600,
    "HTMLVerificationCode" : "1518427245112",
    "verifiedDate" : 1518427257753,
    "domainName" : "zylker.com",
    "mailHostingEnabled" : true,
    "createdTime" : 1518427245112,
    "CNAMEVerificationCode" : "zb15184272",
    "isRegisteredByZoho" : false,
    "primary" : true,
    "status" : "enabled"
  }
}