Authorizations
Bearer HTTP authentication. Allowed headers Authorization: Bearer <API_KEY>
Path Parameters
The bulk id
Response
A successful response
The emails in a given bulk
Example:
{
"id": "blk_E9usgNhRPB8n11YujfZUHMSUztadfFDYUDWBp4zxVamsF18Y",
"kind": "bulk-email",
"emails": [
{
"id": "em_01jnvnn9avq52k5mrhn1gab0ci",
"org_id": "org_01jh6jk82zjq9deye73h0mzcaq",
"status": "delivered",
"status_at": "2025-03-08T20:03:04.155Z",
"kind": "email"
},
{
"id": "em_01jnvnn9avq52k5mrhn1gab0cj",
"org_id": "org_01jh6jk82zjq9deye73h0mzcaq",
"status": "delivered",
"status_at": "2025-03-08T20:03:04.155Z",
"kind": "email"
}
]
}