Retrieve a Webhook Endpoint
Retrieves a single webhook endpoint by its id.
GET
Requires the
webhooks:read scope. The signing secret is not returned.
Path parameters
The id of the webhook endpoint.
Response
The webhook endpoint's unique id.
The HTTPS URL deliveries are POSTed to.
The events this endpoint is subscribed to.
Whether the endpoint is currently active. A disabled endpoint receives no deliveries.
Why the endpoint was disabled, if it is. One of
manual, 410_gone, or too_many_failures. null when active.The datetime (UTC) the endpoint was disabled, if it is.
The number of consecutive failed deliveries. Resets to
0 on a successful delivery or when the endpoint is re-enabled.The datetime (UTC) the endpoint was created.
The datetime (UTC) the endpoint was last updated.

