Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

Response

200 - application/json

Webhook endpoints, oldest first.

id
string
required
url
string
required

HTTPS endpoint events are POSTed to. Unique per organization.

events
enum<string>[]
required

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
createdAt
string<date-time>
required