cURL
curl --request POST \ --url https://api.sendkit.dev/domains/{id}/verify \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid API key." }
Trigger DNS verification for a domain. This checks that the required DNS records (DKIM, SPF, DMARC, MX) are properly configured. Verification runs asynchronously — poll the domain to check the updated status.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The domain ID.
Verification started