List Outbound Webhooks
List stored outbound webhooks (sent to clients). The flow_type query parameter is required. Dead-letter entries are surfaced transparently with status="DEAD_LETTER".
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required. Outbound flow type. Uppercased server-side.
DICT, PAYMENT, COLLECTION, PIX, TRANSFER, REFUND, RECURRING Filter by internal entity type. Examples: CLAIM, REFUND, INFRACTION_REPORT under flow_type=DICT; CASHIN, CASHOUT under flow_type=TRANSFER or REFUND.
Filter by entity id in UUID format
Filter by status. DEAD_LETTER is a virtual, API-only value that surfaces dead-lettered webhooks.
PENDING, PROCESSING, SENT, FAILED, DEAD_LETTER Filter by originating request id
Filter rows with created_at >= this RFC3339 timestamp
Filter rows with created_at <= this RFC3339 timestamp
Maximum number of items per page.
1 <= x <= 100Page number for pagination.
x >= 1
