cURL
curl --request POST \ --url https://app.uselettr.com/api/domains/{domain}/verify \ --header 'Authorization: <api-key>'
200
valid
{ "message": "Domain verification completed.", "data": { "domain": "example.com", "dkim_status": "valid", "cname_status": "valid", "ownership_verified": "true" }}
Verify a domain’s DNS records (DKIM and CNAME) with SparkPost. This triggers a verification check and returns the current status of DNS records.
API key for authentication. Format: Bearer {api_key}
Bearer {api_key}
The domain name to verify
"example.com"
Domain verification completed
Response containing domain verification results
Human-readable response message
"Domain verification completed."
Domain verification status and DNS details
Show child attributes