Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Verify domain DNS records.
cURL
curl --request POST \ --url https://api.unosend.co/v1/domains/{id}/verify \ --header 'Authorization: Bearer <token>'
curl -X POST https://api.unosend.co/domains/dom_123/verify \ -H "Authorization: Bearer un_xxxxxxxxxx"
{ "id": "dom_123", "domain": "yourdomain.com", "status": "verified", "dns_records": [ { "type": "TXT", "name": "_unosend", "value": "unosend-verification=abc123", "purpose": "verification", "verified": true }, { "type": "TXT", "name": "@", "value": "v=spf1 include:_spf.unosend.co ~all", "purpose": "spf", "verified": true } ], "verified_at": "2024-01-15T11:00:00.000Z" }