Platform API reference
Get Webhook Endpoint
Retrieve one webhook endpoint and its delivery health: status, consecutive failures, and disable reason.
GET
Retrieves one webhook endpoint on the calling token’s install, including its delivery-health fields. The signing secret is never returned — it is only shown once, by create.
Requirements:
webhooks:manage scope.
Request
Response
Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks webhooks:manage |
404 | NOT_FOUND | No endpoint with this ID on this install |