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

# Overview

> Learn how to set up and secure webhooks, and explore available event triggers.

Webhooks let you receive real-time notifications when specific events occur.\
When triggered, a webhook sends event data to the URL you’ve configured.

Webhooks are scoped by `org_id`—you’ll only receive events for businesses linked to the same organization.

<CardGroup cols={2}>
  <Card title="Set Up" icon="gear" href="/guides/api/resources/settings/webhooks/setup">
    Learn how to configure webhooks in the app or via API.
  </Card>

  <Card title="Security" icon="lock" href="/guides/api/resources/settings/webhooks/security">
    Secure your webhooks with signature verification and shared secrets.
  </Card>

  <Card title="Webhook API Reference" icon="code" href="/guides/api/resources/settings/webhooks/events">
    See all supported webhook events and their API payloads.
  </Card>

  <Card title="Events" icon="list" href="/guides/api/resources/settings/webhooks/events">
    See all supported webhook events and their API payloads.
  </Card>
</CardGroup>
