Method
GET /v1/comms/email-domains
Headers
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"
}
]
}
Retrieve configured email domains for your workspace.
GET /v1/comms/email-domains
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"
}
]
}