Webhooks
Query webhook events
Query webhook events with filtering. Returns webhook events that have been triggered for your account.
POST
Authorizations
API key for account management endpoints. Use your api_ prefixed token.
Body
application/json
Filter by webhook config UUID
Example:
"a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
Filter by specific event ID
Example:
"evt_xyz789"
Filter by event type
Available options:
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 Example:
"outbound.delivered"
Filter by source message UID
Example:
"message-uid-123"
Filter by delivery status
Available options:
success, failed, retry, pending Example:
"success"
Filter from Unix timestamp
Example:
1704825600
Filter to Unix timestamp
Example:
1704912000
Maximum results to return
Required range:
1 <= x <= 1000Example:
50
Pagination offset
Required range:
x >= 0Example:
0