Retrieve a webhook endpoint
Returns the endpoint. The signing secret is not included.
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Path Parameters
The webhook endpoint id (whe_…).
Response
The webhook endpoint. The signing secret is not included.
webhook_endpoint Current lifecycle state. active means the endpoint is receiving deliveries.
disabled means it is paused by the merchant. deleted means it has been
soft-deleted. error means deliveries were disabled after repeated
failures.
active, disabled, deleted, error true when status is disabled; false otherwise.
Unix epoch seconds.
Unix epoch seconds when the signing secret was last rotated. Null until the first rotation after creation.
Unix epoch seconds when the endpoint was deleted. Null while active.

