List
webhooks
List
List the organization’s webhook endpoints with their subscribed event types. Signing secrets are never shown.
GET
List
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
Response
200 - application/json
Webhook endpoints, oldest first.
HTTPS endpoint events are POSTed to. Unique per organization.
Event types delivered to this endpoint, in canonical order.
Platform event type: deploy.failed (a deployment failed), budget.alert (a project passed its budget alert threshold), budget.exceeded (a project reached its monthly budget cap).
Available options:
deploy.failed, budget.alert, budget.exceeded