cURL
curl --request POST \ --url https://api.jetemail.com/outbound/domains/check \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "uuid": "b814c25d-b18c-4044-ae31-49e22ce908b5" } '
{ "success": true, "message": "DNS check completed" }
Verifies the DNS records for a domain
Enter your Bearer token in the format "Bearer {token}"
UUID of the domain to check
"b814c25d-b18c-4044-ae31-49e22ce908b5"
DNS check completed successfully
true
"DNS check completed"