Domains
List tenant domains
Get all sending domains for a specific tenant with their verification status.
get/tenants/{tenantId}/domains
Path parameters
tenantIdstring required
The tenant ID
Response
List of domains
Example response
{
"data": {
"domains": [
{
"id": 123,
"name": "example.com",
"verified": true,
"tenant_id": "cm6abc123def456",
"tenant_name": "Acme Corp"
}
]
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}