Retrieve a list of webhooks that have been created for your account. The webhooks are sorted, with the most recent first.
webhooks found
{ "type": "list", "data": [ { … } ], "count": 0, "_links": { "self": "http://example.com", "next": "http://example.com", "prev": "http://example.com" } }
Description of the webhook. It describes what this webhook is used for.
When active
is true
this webhook endpoint will receive events.
{ "id": "WHXFPVRLXYL3U7", "type": "webhook", "name": "Webhook Name", "description": "Webhook Description", "active": true, "url": "https://example.com/webhook", "secret": "V9xVoX4sVJE8x41hATbFYZJ5qd6HALhN", "enabled_event_types": [ "payment.created", "payment.paid" ], "created_at": "2023-06-30T12:40:10Z", "_links": { "self": "https://api.paypro.nl/webhooks/WHXFPVRLXYL3U7" } }