API Reference

Lists all webhooks associated with the authenticated entity. The request must include a valid API key with appropriate permissions. Returns a list of webhooks that can be filtered by various parameters. This endpoint is useful for managing multiple webhooks and verifying their configurations across different events

Log in to see full request history
Query Params
string

Optional filter to retrieve a specific webhook by its unique identifier. If provided, returns only the webhook matching this ID

double

Optional filter to retrieve webhooks for a specific network. If provided, returns only the webhooks matching this network ID

string

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.

double

Optional pagination parameter to specify the page number of the results to return. Default is 1.

double

Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.

string

Optional sorting parameter to specify the field to sort the results by. Valid options are "postUrl", "dateCreated". Default is "dateCreated".

string

Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json