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.
Get sending-domain DNS details
cURL
curl --request GET \ --url https://api.sequenzy.com/api/v1/websites/{domain} \ --header 'Authorization: Bearer <token>'
{ "success": true, "website": { "domain": "mail.example.com", "status": "pending", "dnsRecords": {}, "createdAt": "2026-05-01T10:30:00Z" } }
curl "https://api.sequenzy.com/api/v1/websites/mail.example.com" \ -H "Authorization: Bearer YOUR_API_KEY"