List Sending Domains
Domains
List Sending Domains
Return every custom sending domain owned by the caller, newest first.
GET
List Sending Domains
CLI:
Overview
Return every custom sending domain owned by the caller, newest first. By default each domain’s status is refreshed against the live verification state so the DB converges without waiting for the background poller. Pass?skip_sync=true to return the cached DB state and skip the live lookup. Verification-service errors during sync are non-fatal; affected rows fall back to the cached status.
This operation shares the URL path
/api/email/domains with other verbs. See the sibling page for related operations on the same resource.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
If true, skip the per-domain live status refresh and return the cached DB status instead. Use during active polling where a separate caller is already driving status updates.
Available options:
true, false Response
Array of domains. Empty array is a valid response for users who have not added any sending domains.