Skip to main content
Organization webhooks. Register an HTTPS endpoint to receive signed platform events: deploy failures and budget threshold crossings.

webhooks.list

List the organization’s webhook endpoints with their subscribed event types. Signing secrets are never shown.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Risk: read

Example

Responses

Response body (200)

An array of objects with these fields:

webhooks.create

Register a webhook endpoint for one or more event types. The response carries the signing secret exactly once — verify each delivery’s korve-signature header against it.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Risk: write · sensitive (elevated blast radius)

Request body

Example

Responses

Response body (201)

webhooks.delete

Delete a webhook endpoint. Deliveries to it stop immediately.
  • Auth: Organization API key (Authorization: Bearer korve_...) or dashboard session.
  • Minimum role: admin
  • Risk: destructive · sensitive (elevated blast radius)

Example

Responses