Get domains
Unified domain read. Omit domainId to LIST the brand’s sending domains under { data, pagination } — ALL lifecycle states by default (so callers mid-verification can read pending rows + their DNS records); pass ?sendableOnly=true for only verified, send-ready domains (the set valid for POST /v1/sends and automation sendEmail nodes). Pass ?domainId= to fetch ONE domain — returns { data: [row] } (no pagination), 404 DOMAIN_NOT_FOUND on an unknown / cross-brand id.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Query Parameters
Fetch a single domain by id (detail mode → { data: [row] }). Omit to list.
1 - 64List mode only — when true, only verified send-ready domains.
true, false Page size (1–100). Defaults to 100.
1 <= x <= 100Opaque pagination cursor echoed from the previous page’s pagination.cursor. Omit for the first page.
1 - 512