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

# Webhooks API

> Complete API reference for Helius webhook endpoints. Create, update, delete, and manage webhooks for real-time Solana transaction and account notifications.

<Note>
  We recommend using our SDK to interact with webhooks. You can find the SDK documentation [here](/sdks).
</Note>

<CardGroup cols={2}>
  <Card title="Create Webhook" href="/api-reference/webhooks/create-webhook">
    Creates a new webhook to receive notifications for specified events.
  </Card>

  <Card title="Get Webhook" href="/api-reference/webhooks/get-webhook">
    Retrieves information about a specific webhook by its ID.
  </Card>

  <Card title="Update Webhook" href="/api-reference/webhooks/update-webhook">
    Updates the configuration of an existing webhook.
  </Card>

  <Card title="Toggle Webhook" href="/api-reference/webhooks/toggle-webhook">
    Enable or disable a webhook without deleting it.
  </Card>

  <Card title="Delete Webhook" href="/api-reference/webhooks/delete-webhook">
    Deletes a specific webhook by its ID.
  </Card>

  <Card title="Get All Webhooks" href="/api-reference/webhooks/get-all-webhooks">
    Returns a list of all webhooks for your account.
  </Card>
</CardGroup>
