List sending domains
List every sending domain your organization can use — the platform default plus your configured and registered sender domains. Returns the domain ids accepted by every per-domain endpoint (DNS status, DNS history, inbox placement, BIMI, test send); call this first to discover ids before drilling into a single domain. Read-only: no DNS lookup, no provider call. Requires owner or admin role.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
The sending domains inside the standard { data, meta } envelope: data.domains is an array of descriptor objects, each with the domain id to pass to the per-domain endpoints, the full sending domain, and an isDefault flag marking the platform-default domain.
The sending domains inside the standard { data, meta } envelope: data.domains is an array of descriptor objects, each with the domain id to pass to the per-domain endpoints, the full sending domain, and an isDefault flag marking the platform-default domain.