DEVELOPER DOCUMENTATION
Get Webhook Endpoint
Retrieve one webhook endpoint and its delivery health: status, consecutive failures, and disable reason.
GET
/api/partner/v1/webhook-endpoints/{endpointId}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
Section titled “Request”endpointIdstringpathrequiredResponse
Section titled “Response”webhookEndpointobjectErrors
Section titled “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 |