Get webhook endpoint
Authorizations
Store-scoped API key. Prefix with sk_live_.
Example: Authorization: Bearer sk_live_EXAMPLE_DO_NOT_USE
Path Parameters
Webhook endpoint public ID (wh_...).
^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$Response
Webhook endpoint details
Registered HTTPS endpoint that receives signed webhook events.
Webhook endpoint ID (wh_...).
^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$Human-readable label in the merchant dashboard.
"Production webhook"
HTTPS URL that receives POST requests for subscribed events.
First characters of the signing secret (for identification only).
"a1b2c3d4"
Event types this endpoint is subscribed to.
[
"invoice.created",
"invoice.paid",
"invoice.expired",
"invoice.failed"
]Webhook endpoint state:
ACTIVE: deliveries are sentDISABLED: paused by merchantARCHIVED: permanently retired
ACTIVE, DISABLED, ARCHIVED True when owned by an integration (for example WooCommerce) and not fully editable in the dashboard.
Timestamp of the most recent delivery attempt.
Outcome of the last delivery (for example success, failed).
Consecutive or recent failed delivery count, depending on endpoint policy.
When the endpoint was registered.