Skip to main content
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

webhookEndpoints
object[]
Array of webhook endpoints, newest first. The signing secret is never included — it is only returned once, by create.

Errors

StatuscodeMeaning
401UNAUTHORIZEDMissing, invalid, or revoked token
403FORBIDDENToken lacks webhooks:manage