List Domains
List sending domains for the organization.
MethodGET
/api/v2/domainsLists sending domains. Permission: domains.
SDK domains.list() takes no args. HTTP accepts optional ?limit= to slice the list.
Query Parameters
| Name | Type | Description |
|---|---|---|
limit | integer | Optional slice. When the org has more domains than limit, has_more is true. |
Response Fields
| Field | Type | Description |
|---|---|---|
object | "list" | Discriminator. Always list. |
has_more | boolean | true when limit truncated the list. |
data | array | Domain objects: id, domain, status, region, createdAt, emailSendersCount. |
Errors
| Status | name | When |
|---|---|---|
| 401 | missing_api_key | Missing or invalid bearer token |
| 403 | missing_permission | Token lacks the domains permission |