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

# Webhooks

> Receive real-time event notifications when activity occurs on your licenses and products.

Webhooks let your server receive real-time notifications when events occur in KeyPort — such as when a license is validated, created, or expires. Instead of polling the API, your endpoint receives an HTTP POST request the moment an event happens.

For full setup instructions and configuration details, see the [Webhooks overview](/webhooks/overview).

## Requirements

Webhook delivery requires all of the following:

* Your organization is on a plan that supports webhooks
* At least one active webhook endpoint is registered for your organization
* The product feature allows the workflow that triggers the relevant event

## Explore webhooks

<CardGroup cols={2}>
  <Card title="Events" icon="bolt" href="/webhooks/events">
    Browse the full list of events KeyPort can send to your endpoint.
  </Card>

  <Card title="Payloads and signing" icon="lock" href="/webhooks/payloads-and-signing">
    Understand the payload structure and how to verify webhook signatures.
  </Card>
</CardGroup>
