Sign in

List Message Events

documented

Query message events (inbound, delivered, clicks, opens, etc.).

GET /api/v1/events/messageAnalyticsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.sparkpost.com/api/v1/events/message?per_page={{$per_page}}&cursor={{$cursor}}&recipients={{$recipients}}&from={{$from}}&to={{$to}}" -X GET -H "Authorization: {{SPARKPOST_API_KEY}}" -H "Accept: application/json" -H "Content-Type: application/json"