🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Retrieve a list of all webhook endpoints
GET /api/webhooks
page
limit
status
{ "data": [ { "id": "wh_123456789", "url": "https://your-app.com/webhooks", "events": ["payment.completed", "invoice.paid"], "description": "Payment notifications", "status": "active", "created_at": "2023-01-01T00:00:00Z" } ], "pagination": { "page": 1, "limit": 20, "total": 1 } }