Events
Get Event
Retrieve a specific event by its ID
get/events/{id}
Path parameters
idstring required
Query parameters
expandstring[]
If provided, expand the given field. (Only supported field: 'subscriber').
If provided, expand the given field. (Only supported field: 'subscriber').
Response
OK
Example response
{
"subscriber": {
"country": "US",
"email_address": "telemachus@buttondown.email",
"delivered_count": 12,
"open_count": 7,
"clicked_count": 3,
"open_rate": 0.5833,
"click_rate": 0.25
},
"email": {
"slug": "welcome-to-the-newsletter"
}
}