Skip to main content
POST
/
outbound
/
domains
/
{uuid}
/
check
Check domain DNS records
curl --request POST \
  --url https://api.jetemail.com/outbound/domains/{uuid}/check \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "DNS check completed"
}

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Path Parameters

uuid
string
required

UUID of the domain to check

Example:

"b814c25d-b18c-4044-ae31-49e22ce908b5"

Response

DNS check completed successfully

success
boolean
Example:

true

message
string
Example:

"DNS check completed"