Get Webhook Endpoint
Webhooks
Get Webhook Endpoint
Retrieve an active webhook endpoint
GET
Get Webhook Endpoint
Deleted endpoints are not returned by this endpoint. Use the list endpoint to inspect their
deleted_at timestamps.
Signing secrets are never included.Path Parameters
string
required
The customer’s external ID (starts with
cus_)string
required
The webhook endpoint’s external ID (starts with
wh_)Response
string
Webhook endpoint identifier (starts with
wh_)string
Always returns
"webhook_endpoint"string
The webhook delivery URL
array
Subscribed event types
string
Webhook description, or
nullstring
ISO 8601 creation timestamp
string
ISO 8601 last-update timestamp
string
Identifier of the actor that created the endpoint, or
nullstring
Identifier of the actor that last updated the endpoint, or
nullstring
Timestamp of the most recent successful delivery, or
nullstring
Deletion timestamp. This is
null for resources returned by this endpoint.