Get Webhook Endpoint
Retrieve a specific webhook endpoint by its ID
Response Details
Returns the complete configuration of the specified webhook endpoint, including:- URL where webhooks are delivered
- Subscribed event types
- Current status (active or disabled)
- Custom metadata
- Creation and update timestamps
Authorizations
HMAC-SHA256 authentication. Requires three headers: x-api-key (your API key), x-timestamp (ISO 8601 timestamp), and x-signature (Base64-encoded HMAC-SHA256 signature). See Authentication documentation for signature computation.
Path Parameters
The unique identifier of the webhook endpoint
Response
Webhook endpoint details
Unique identifier for the webhook endpoint.
The HTTPS URL where webhook payloads are delivered.
Event types this endpoint is subscribed to.
payment.completed, payment.failed, payment.cancelled, payment.timeout Endpoint status.
active, disabled ISO 8601 timestamp of when the endpoint was created.
ISO 8601 timestamp of the last update.
Human-readable description for this endpoint.
Custom key-value pairs associated with this endpoint.