🚀 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 specific webhook by ID
GET /api/webhooks/{webhook_id}
webhook_id
{ "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" }