Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Path Parameters
Webhook unique identifier (UUID)
Body
Webhook update details
Name of the webhook for identification purposes
3 - 100
"Payment Notifications"
URL where webhook events will be sent
"https://api.example.com/webhooks/payments"
Whether the webhook is active and will receive events
true
Secret key used to sign webhook payloads for verification
"whsec_123456789"
Whether webhook payloads should be encrypted
false
Response
The webhook has been successfully updated.
Unique identifier for the webhook
"550e8400-e29b-41d4-a716-446655440000"
Name of the webhook
"Payment Notifications"
URL where webhook events are sent
"https://api.example.com/webhooks/payments"
Whether the webhook is currently active
true
Whether webhook payloads are encrypted
false
Timestamp when the webhook was created
"2024-03-20T12:00:00.000Z"
Timestamp when the webhook was last updated
"2024-03-20T12:00:00.000Z"
Webhook delivery statistics
{
"total_events": 150,
"successful_deliveries": 145,
"failed_deliveries": 5,
"last_delivery": "2024-03-20T11:55:00.000Z"
}