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

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor. Max = 100.
fieldsnullList 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"]}]}