v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Webhooks

List all webhooks

List all your application's webhook configurations.

get/webhooks

Response

OK

dataobject[] required

Example response

{
  "data": [
    {
      "id": "13bd760e-447f-4225-b801-0777a15da131",
      "url": "https://webhook.site/a9a3033b-90eb-44af-9ba3-29972435d10e",
      "signature_secret": "8fad2f5570e6bf0351728f727c5a8c770dda646adde049b866a7800d59",
      "events": [
        "debit.cleared",
        "credit.cleared"
      ]
    }
  ]
}