Skip to main content

Method

GET /v1/comms/email-domains

Headers

Authorization
string
required
Bearer token (e.g. Authorization: Bearer YOUR_API_KEY)
curl https://api.voyantcloud.com/v1/comms/email-domains \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "data": [
    {
      "id": "emd_123",
      "domainId": "dom_abc",
      "provider": "ses",
      "returnPathDomain": "bounces.example.com",
      "trackingDomain": "trk.example.com",
      "dmarcPolicy": "quarantine",
      "verifiedAt": null,
      "createdAt": "2025-01-01T10:00:00Z",
      "updatedAt": "2025-01-01T10:00:00Z"
    }
  ]
}