Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Path Parameters
Webhook unique identifier (UUID)
Response
Return the webhook.
Unique identifier for the webhook
Example:
"550e8400-e29b-41d4-a716-446655440000"
Name of the webhook
Example:
"Payment Notifications"
URL where webhook events are sent
Example:
"https://api.example.com/webhooks/payments"
Whether the webhook is currently active
Example:
true
Whether webhook payloads are encrypted
Example:
false
Timestamp when the webhook was created
Example:
"2024-03-20T12:00:00.000Z"
Timestamp when the webhook was last updated
Example:
"2024-03-20T12:00:00.000Z"
Webhook delivery statistics
Example:
{
"total_events": 150,
"successful_deliveries": 145,
"failed_deliveries": 5,
"last_delivery": "2024-03-20T11:55:00.000Z"
}