API Reference · Domains

Verify domain

Ask us to re-check the domain's DNS records. Once all records verify, the domain becomes sendable.

POST/v1/domains/{id}/verify

Headers

Authorizationstringrequired
Your API key as a bearer token: Bearer rk_your_api_key. You can also use the X-Api-Key header.

Request

curl -X POST https://api.raanse.com/v1/domains/01JABCDXYZ0000000000000000/verify \
  -H "Authorization: Bearer rk_your_api_key"

Response

200
{
  "success": true,
  "message": "OK",
  "statusCode": 200,
  "data": { "id": "01JABCDXYZ0000000000000000", "domain": "acme.co", "overallStatus": "Verified", "verifiedAt": "2026-07-02T12:00:00Z" }
}