cURL
curl --request GET \ --url https://api.notchpay.co/webhooks \ --header 'Authorization: <api-key>'
{ "code": 200, "status": "OK", "message": "Webhook endpoints retrieved", "totals": 5, "last_page": 1, "current_page": 1, "selected": 5, "endpoints": [ { "id": "wh_123456789", "url": "https://example.com/webhooks", "description": "Webhook principal", "events": [ "payment.complete" ], "created_at": "2023-01-01T12:00:00.000Z", "updated_at": "2023-01-02T12:00:00.000Z" } ] }
Number of items per page
Page number
Webhook endpoints retrieved
200
"OK"
"Webhook endpoints retrieved"
5
1
Was this page helpful?