Skip to main content
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 null
string
ISO 8601 creation timestamp
string
ISO 8601 last-update timestamp
string
Identifier of the actor that created the endpoint, or null
string
Identifier of the actor that last updated the endpoint, or null
string
Timestamp of the most recent successful delivery, or null
string
Deletion timestamp. This is null for resources returned by this endpoint.

Response Example