List webhooks
GET {{baseUrl}}/{{version}}/webhook
Get a list of non-deleted webhooks in chunks of at most 100. If you need smaller chunks, use the limit parameter.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
limit | null | Number of results per cursor. Max = 100. | |
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"cursor":null,"webhooks":[{"url":"https://winterfell.westeros.gov/events-from-stark-bank","id":"5408762475053056","subscriptions":["boleto","boleto-payment"]},{"url":"https://winterfell.westeros.gov/events-from-stark-bank","id":"5674228498038784","subscriptions":["boleto","boleto-payment","transfer","utility-payment"]}]}