GET
/v1/webhook-endpointslistWebhookEndpoints
List webhook endpoints. Lists the organization's webhook endpoints with their subscription and failure-ladder state. Signing secrets are never returned here — they are shown once at creation and can be rolled in Settings → Webhooks.
Required scope:webhooks:read
Responses
200WebhookEndpointListAll webhook endpoints for the organization.
Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.
Example
curl https://app.usepostify.com/v1/webhook-endpoints \
-H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"