Return Back to API List
API Call Information
area: email
action: verifycustomdomain
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=verifycustomdomain&id=222
API Call Result:
email - verifycustomdomain
Runs the verification check again for the custom domain to see if the DNS records are added.
This is for the custom from address system
API Call Information
area: email
action: verifycustomdomain
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | ID of a custom domain to check for verification. |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=verifycustomdomain&id=222
API Call Result:
| XML Response | JSON Response |
| <response> <customfromdomain><id>11</id><domain>test.com</domain> <dkimconfirmed>Yes</dkimconfirmed></customfromdomain> </response> |
{
"customfromdomain": {
"id": "11",
"domain": "test.com",
"dkimconfirmed": "Yes"
}
} |