Skip to main content
GET
/
v1
/
emails
List Emails
curl --request GET \
  --url https://brew.new/api/v1/emails \
  --header 'Authorization: Bearer <token>'
{
  "emails": [
    {
      "emailId": "57Kg4U61MM8_Wi2Ix8QB-",
      "emailTitle": "Welcome Email"
    }
  ]
}

Authorizations

Authorization
string
header
default:brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Query Parameters

status
enum<string>
Available options:
streaming,
complete,
error
createdAtFrom
string<date-time>
createdAtTo
string<date-time>
updatedAtFrom
string<date-time>
updatedAtTo
string<date-time>

Response

Latest logical emails for this organization.

emails
object[]
required