Platform API reference
List Webhook Endpoints
List the webhook endpoints registered on the current install, newest first, including delivery health.
GET
Lists every webhook endpoint registered on the calling token’s install, newest first. Use it to monitor delivery health — a non-zero
consecutiveFailures or a DISABLED status means your receiver needs attention.
Requirements: webhooks:manage scope.
Request
No parameters.Response
Array of webhook endpoints, newest first. The signing secret is never included — it is only returned once, by create.
Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks webhooks:manage |