cURL
curl --request GET \ --url https://brew.new/api/v1/brands \ --header 'Authorization: Bearer <token>'
{ "brands": [ { "brandId": "jn7a8w4q8m9k2p1x7c3b5v6n9h7s2d4f", "brandUrl": "https://example.com" } ] }
Returns completed brands for the current organization that can be used as brandId with email generation.
brandId
Send your Brew API key as Authorization: Bearer brew_xxx.
Authorization: Bearer brew_xxx
Completed brands available to the current organization.
Show child attributes
Was this page helpful?