This endpoint returns a list of webhook events for your account. You can use this to inspect webhook payloads and their delivery status, which is useful for debugging failed webhook deliveries or re-processing events that failed to deliver.
The list of webhook events is ordered starting from the most recently created event. This endpoint follows Orb’s standardized pagination format.
To find events that failed to deliver, use delivery_success=false.
API Keys can be issued in the Orb's web application.
The number of items to fetch. Defaults to 20.
1 <= x <= 100Cursor for pagination. This can be populated by the next_cursor value returned from the initial request.
Filter by delivery status. If false, returns events that have not been successfully delivered.
Filter by webhook event type (e.g., 'invoice.created').
Whether to include the full event properties in the payload. When false, payload contains only id, type, and created_at for faster pagination.