cURL
curl --request GET \ --url https://brew.new/api/v1/emails \ --header 'Authorization: Bearer <token>'
{ "emails": [ { "emailId": "57Kg4U61MM8_Wi2Ix8QB-", "emailTitle": "Welcome Email" } ] }
Returns the latest logical emails for the current organization. Historical versions are not exposed.
Send your Brew API key as Authorization: Bearer brew_xxx.
Authorization: Bearer brew_xxx
streaming
complete
error
Latest logical emails for this organization.
Show child attributes
Was this page helpful?