Logo
GoCardless API API Documentation

Core Endpoints-Webhooks

Number of APIs: 3


1. List Webhooks

GET {{url}}/webhooks

Returns a cursor-paginated list of your webhooks.

https://developer.gocardless.com/api-reference/#webhooks-list-webhooks



2. Get a Webhook

GET {{url}}/webhooks/{{webhook}}

Retrieves the details of an existing webhook.

https://developer.gocardless.com/api-reference/#webhooks-get-a-single-webhook



3. Retry a 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