cURL
curl --request GET \ --url https://brew.new/api/v1/domains \ --header 'Authorization: Bearer <token>'
{ "domains": [ { "domainId": "jn7a8w4q8m9k2p1x7c3b5v6n9h7s2d4f", "domainUrl": "https://example.com" } ] }
Returns verified sending domains for the current organization.
Send your Brew API key as Authorization: Bearer brew_xxx.
Authorization: Bearer brew_xxx
Verified sending domains for this organization.
Show child attributes
Was this page helpful?