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

# Webhooks

> Enterprise keys receive variant and price events.

`POST /v1/webhooks` with `url` and `events` (`variant.published`, `variant.updated`, `price.updated`). Deliveries are signed with `X-Truckaurbus-Signature` (HMAC-SHA256 of the body with the secret returned at creation) and retried on failure. `GET /v1/webhooks` lists, `DELETE /v1/webhooks/{id}` removes.
