Domains
Verify a domain OR update its sender defaults
Body union: { domainId, verify: true } re-checks DNS and persists the latest status; { domainId, defaultSenderName?|defaultFromEmail?|defaultReplyToEmail? } updates sender defaults. Returns the uniform { domains: [row] }.
PATCH
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Headers
Optional idempotency key for safe retries. Reusing the same key with the same request body returns the original response for 24 hours.
Required string length:
1 - 100Body
application/json
Response
Updated. One-element { domains: [row] }.