Verify domain DNS records
Trigger domain verification in Resend to check if DNS records are correctly configured. This updates the domain status based on Resend's verification results.
Trigger domain verification in Resend to check if DNS records are correctly configured. This updates the domain status based on Resend's verification results.
Authorization
BearerAuth API key authentication. Get your key from the dashboard.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/domains/verify"{
"domain": {}
}{
"error": "string",
"needsConfig": true
}{
"error": "Invalid API key",
"message": "string"
}{
"error": "Invalid API key",
"message": "string"
}Select and sync a Resend domain POST
Select a domain from your Resend account to use for your organization's email notifications. This syncs the domain configuration to your organization.
Refresh domain status POST
Fetch the latest domain status from Resend and update your local configuration. Use this to check if verification has completed or if any records need attention.