curl https://api.swiftpay.cx/api/webhooks/wh_abc123 \ -H "Authorization: Bearer mp_live_your_api_key"
{ "success": true, "data": { "id": "wh_abc123", "url": "https://yoursite.com/webhooks/swiftpay", "events": [ "checkout.succeeded", "checkout.failed", "withdrawal.paid" ], "enabled": true, "description": "Production webhook handler", "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-20T14:00:00Z" } }
Retrieve a specific webhook endpoint by ID
Show properties