List webhooks
GET {{baseInfraUrl}}/{{version}}/webhook
Get a list of non-deleted events 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":"CjISLGoUaX5hcGktbXMtd2ViaG9vay1kZXZyFAsSB1dlYmhvb2sYgICAuMWl2AkMGAAgAA==","webhooks":[{"id":"5118348345999360","subscriptions":["contract","credit-note","issuing-card","issuing-invoice","issuing-purchase","pix-request.in","pix-request.out","pix-reversal.in","pix-reversal.out","signer"],"url":"https://webhook.site/83a371cb-3ba0-487f-8c37-ffe049f271be"},{"id":"5454867623575552","subscriptions":["contract","credit-note","issuing-card","issuing-invoice","issuing-purchase","pix-request.in","pix-request.out","pix-reversal.in","pix-reversal.out","signer"],"url":"https://webhook.site/6cd3c98d-60ca-4f4a-97c6-a7d0365b15a7"}]}