Refresh domain records
Asynchronously refreshes DNS-related data (SPF, DKIM, DMARC, reverse DNS, etc.) for the domain associated with this account.
Path Parameters
- Type: integerFormat: int32idrequired
The ID of the account whose domain should be refreshed.
Responses
- application/json
- application/json
Request Example for post/v1/accounts/{id}/checkup
curl http://api.mailreach.co/api/v1/accounts/1234/checkup \
--request POST \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
"queued": true,
"job_id": "9f3c4a7e-2b41-4e37-9a2f-6e2c6b8a3a10"
}