Runs a DNS check against the domain.
cURL
curl --request POST \ --url https://api.jetemail.com/inbound/domains/{uuid}/check \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "DNS check completed" }
API key for account management endpoints. Use your api_ prefixed token.
UUID of the inbound forwarding domain
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
DNS check completed.
true
"DNS check completed"