Core resources
Administration
Booking flow
Bounce, delivery and open events for emails
id
uuid
Unique identifier
created_at
timestamp with time zone
Creation timestamp
email_address
text
Email address the email was sent to
event_type
text
Type of the event
{"id": "00000000-0000-0000-0000-000000000000","email_id": "00000000-0000-0000-0000-000000000000","created_at": "2024-11-21T14:13:36.764Z","email_address": "","event_type": ""}
id
Filter<>
Unique identifier
email_id
Filter<>
Identifier of the related email
created_at
Filter<>
Creation timestamp
email_address
Filter<>
Email address the email was sent to
event_type
Filter<>
Type of the event
200
A list of email events with the selected columns
206
Partial Content
GET
/email_events
curl -X GET "https://api.bookingmood.com/v1/email_events?select=*" \ -H "Authorization: Bearer YOUR_API_KEY"