Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Identifier of the webhook configuration to retrieve
Response
Webhook configuration details
Unique identifier for the webhook configuration
Example:
"whc_gKAi2oZN1AeU7BfV"
Webhook endpoint URL that was registered
Example:
"https://your-webhook-endpoint.com/webhook"
Secret used to sign outgoing events
Example:
"secret_key"
Events configured for this webhook
Example:
[
"intent.checkout_opened",
"intent.created",
"intent.failed",
"intent.refunded",
"intent.success",
"subscription.trialing",
"subscription.cycle_charged"
]Indicates whether the webhook configuration is active
Example:
true