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
| Argument | Data Type | Required | Description |
| id | integer | Yes | ID of a custom domain to check for verification. |
| 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"
}
} |