Skip to content

API endpoint: List emails

Use our new email messages API endpoint to pull a report of your email messages, with optional date filters. Get the full picture, including delivery events like bounces, clicks, and complaints.

GET v1/email_messages
Terminal window
curl "https://live.waypointapi.com/v1/email_messages?createdAt.gt=2024-02-11T17:53:00Z" \
-H "Content-Type: application/json" \
-u "API_KEY_USERNAME:API_KEY_PASSWORD"