> ## Documentation Index
> Fetch the complete documentation index at: https://ona.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Reference for the Webhooks API methods.

## Methods

<Card title="Create Webhook" href="/docs/api-reference/generated/webhook/create-webhook">
  Creates a new webhook for receiving SCM events.
</Card>

<Card title="Delete Webhook" href="/docs/api-reference/generated/webhook/delete-webhook">
  Deletes a webhook permanently.
</Card>

<Card title="Get Webhook" href="/docs/api-reference/generated/webhook/get-webhook">
  Gets details about a specific webhook.
</Card>

<Card title="Get Webhook Secret" href="/docs/api-reference/generated/webhook/get-webhook-secret">
  Gets the webhook secret for signature validation.
</Card>

<Card title="List Webhook Workflows" href="/docs/api-reference/generated/webhook/list-webhook-workflows">
  Lists workflows bound to a webhook.
</Card>

<Card title="List Webhooks" href="/docs/api-reference/generated/webhook/list-webhooks">
  Lists webhooks with optional filtering.
</Card>

<Card title="Rotate Webhook Secret" href="/docs/api-reference/generated/webhook/rotate-webhook-secret">
  Rotates the webhook secret.
</Card>

<Card title="Update Webhook" href="/docs/api-reference/generated/webhook/update-webhook">
  Updates a webhook's configuration.
</Card>
