Events
The Events API lets you read account events again when a webhook delivery was missed.
Key points
- List events by type or reference_id, then retrieve a specific event by its ID.
- Store event IDs and process them idempotently so replaying a missed event does not duplicate fulfillment.
- The API is a recovery channel; keep receiving and verifying webhooks for normal real-time handling.
Example
text
GET /v1/events
GET /v1/events/{event_id}