Atoll supports outbound webhooks for event-driven integrations.Documentation Index
Fetch the complete documentation index at: https://bytestream.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/webhooks?orgId=... | List webhooks |
POST | /api/webhooks?orgId=... | Create webhook |
DELETE | /api/webhooks/{id} | Delete webhook |
GET | /api/webhooks/{id}/deliveries | List recent deliveries |
POST | /api/webhooks/{id}/redeliver/{deliveryId} | Redeliver a past payload |
POST | /api/webhooks/{id}/test | Send a ping test event |
Create webhook
Secret
The create response includes asecret. Store it immediately and use it to verify signatures on incoming webhook requests.

