DEVELOPER DOCUMENTATION
List Webhook Endpoints
List the webhook endpoints registered on the current install, newest first, including delivery health.
GET
/api/partner/v1/webhook-endpointsLists 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
Section titled “Request”No parameters.
Response
Section titled “Response”webhookEndpointsobject[]Array of webhook endpoints, newest first. The signing secret is never included — it is only returned once, by create.
Errors
Section titled “Errors”| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks webhooks:manage |