PUT - Verify the Domain added to the Organization

 Purpose

The API tries to verify the domain added to the organization, in one of the predefined verification methods. Internally, the domain is veried only if the required verification critieria is successful.

 Request URL 

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

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoid*IntegerThe unique Zoho Organization Identifier for the organization 
domainName*StringName of the domain which has to be verified.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String

 verifyDomainByCName

 verifyDomainByTXT

 verifyDomainByHTML

 Provide the appropriate mode of verification, as CNAME/ HTML or TXT.  

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied{
   "mode": "verifyDomainByCName"
}