PUT - Make a DKIM detail as default

 Purpose

This API is used to make a DKIM default for your domain in Zoho Mail. This DKIM signature will later be used as default.

 Request URL 

https://<hostname>/api/organization/<zoid>/domains/<domainName>

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoid*IntegerThe unique Zoho Organization Identifier of your organization. 
domainName*StringName of the domain, for which you want to set a default DKIM value.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String makeDkimDefaultTo set a DKIM detail as default for the chosen domain.
dkimId* LongUnique ID of the DKIM value you would like to set as default.The DKIM ID can be fetched by running the get domain details API.

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied{
"mode":"makeDkimDefault",
"dkimId":"100000500000888000" 
}