v49

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-02-185890337.1 KB
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

successtrue required

Example response

{
  "data": {
    "domains": [
      {
        "id": 123,
        "name": "example.com",
        "verified": true,
        "tenant_id": "cm6abc123def456",
        "tenant_name": "Acme Corp"
      }
    ]
  },
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}