Number of APIs: 3
GET {{url}}/webhooks
Returns a cursor-paginated list of your webhooks. https://developer.gocardless.com/api-reference/#webhooks-list-webhooks
GET {{url}}/webhooks/{{webhook}}
Retrieves the details of an existing webhook. https://developer.gocardless.com/api-reference/#webhooks-get-a-single-webhook
POST {{url}}/webhooks/{{webhook}}/actions/retry
Requests for a previous webhook to be sent again https://developer.gocardless.com/api-reference/#webhooks-retry-a-webhook
ENDPOINTS