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

# Webhooks

> Receive real-time events from the API

## Overview

Webhooks notify your application when events occur (e.g. order status changes, delivery updates). Available on API plan and above.

## Configuration

Configure webhook URL and events in **Settings > Applications > Webhooks** in your dashboard.

## Payload

Requests are sent as **POST** with `Content-Type: application/json`. Verify signatures using the shared secret provided when you create the webhook.

## Retries

Failed deliveries are retried with exponential backoff. Respond with **2xx** to acknowledge receipt.

For full setup and event types, see the Help Center or contact support.
