List Webhooks
Lists webhooks.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
10
Page number
1
Parses a comma-separated string.
Examples:
- UPDATE_PAYMENT,PAYMENT_PAID,UPDATE_ORDER,UPDATE_TRANSFER
"UPDATE_PAYMENT,PAYMENT_PAID,UPDATE_ORDER,UPDATE_TRANSFER"
Available operators: >, >=, <, <=, =.
">=2024-01-01;<=2024-12-31"
External provider webhook event type
"charge.paid"
External provider name
"in_memory"
Parses a comma-separated string.
Examples:
- RECEIVED,PROCESSED,FAILED
"RECEIVED,PROCESSED,FAILED"
Field to sort by
createdAt, lastReceivedAt, processedAt, updatedAt "createdAt"
Sort order
asc, desc "desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.