POST
/
v2
/
domain
/
{id}
/
verify
Verify Domain
curl --request POST \
  --url https://platform.sendr.app/api/v2/domain/{id}/verify \
  --header 'Authorization: <api-key>'
{
  "isVerified": true
}
Verify a domain’s DNS settings. This endpoint checks if the required DNS records (DKIM and SPF) are properly configured for the specified domain.

Features

  • DNS records verification (DKIM and SPF)
  • Domain status checking
  • Real-time verification results
  • Detailed error messages for misconfigurations

Response

  • 200 OK: Domain verification successful
  • 400 Bad Request: Invalid domain ID or domain not found
  • 401 Unauthorized: Invalid API key
The domain must be in ‘Active’ status to be verified. If the domain is not active, wait for some time and try again.
No request body is required. The domain ID should be provided in the URL path.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Domain ID

Response

200
application/json

Domain verification successful

The response is of type object.