curl
Webhooks
List Webhooks
Retrieve all webhooks registered for your domain.
This endpoint returns the full webhook configuration including subscribed events and all available event types for each webhook.
Note: The webhook secret is NOT included in this response. The secret is only
returned once during registration and cannot be retrieved again.
GET
curl
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Response
Webhooks retrieved successfully