Query Parameters
Optional filter to retrieve a specific webhook by its unique identifier. If provided, returns only the webhook matching this ID
Optional filter to retrieve webhooks for a specific network. If provided, returns only the webhooks matching this network ID
Optional filter to retrieve webhooks for a specific event. If provided, returns only the webhooks matching this event. Valid options are payment.processed
, payin.created
, payin.canceled
.
payin.created
, payment.processed
, payment.missed
Optional pagination parameter to specify the page number of the results to return. Default is 1.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Valid options are "postUrl", "dateCreated". Default is "dateCreated".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".