Query webhook events with filtering. Returns webhook events that have been triggered for your account.
API key for account management endpoints. Use your api_ prefixed token.
Filter by webhook config UUID
"a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
Filter by specific event ID
"evt_xyz789"
Filter by event type
outbound.queued, outbound.delivered, outbound.bounced, outbound.rejected, outbound.deferred, outbound.spam, outbound.dropped, outbound.virus, outbound.opened, outbound.clicked, outbound.complaint, inbound.received, inbound.delivered, inbound.spam, inbound.blocked "outbound.delivered"
Filter by source message UID
"message-uid-123"
Filter by delivery status
success, failed, retry, pending "success"
Filter from Unix timestamp
1704825600
Filter to Unix timestamp
1704912000
Maximum results to return
1 <= x <= 100050
Pagination offset
x >= 00