Returns paginated records of outgoing webhooks sent to your webhook URL. Webhooks are persisted for a fixed retention period of 7days.
Documentation Index
Fetch the complete documentation index at: https://docs.breet.io/llms.txt
Use this file to discover all available pages before exploring further.
Your application ID from the Breet dashboard
Your application secret from the Breet dashboard
Environment selector: development or production
Page number (1-indexed).
x >= 1Number of items per page (max 200 on the server).
x >= 1Optional sort expression (string).
Optional filter expression (string).
Optional export flag.
Optional search string.
If used with endDate, filters by date range (ISO 8601).
If used with startDate, filters by date range (ISO 8601).
Optional. The trade or withdrawal document ID (MongoDB ObjectId string) used as the webhook reference.
1 - 32Optional. Filter by overall delivery status of the stored webhook event. Stored delivery outcome for the webhook event document.
delivered, failed Optional. Filter by webhook event type (matches eventType in the stored document).
Webhook event name (matches event / eventType for trade and withdrawal notifications).
trade.pending, trade.completed, trade.flagged, withdrawal.pending, withdrawal.processing, withdrawal.rejected, withdrawal.completed, withdrawal.reversed