Documentation Index
Fetch the complete documentation index at: https://docs.foodsave.kz/llms.txt
Use this file to discover all available pages before exploring further.
POS Webhook
Base path:/api/v1/pos/webhooks
Overview
Webhook receiver for POS providers such as Poster. The endpoint verifies signatures and deduplicates events before dispatching downstream sync jobs.Duplicate events are accepted and acknowledged with
200 to keep upstream retries safe.POST /api/v1/pos/webhooks/poster
Process a webhook from Poster.
- cURL
- JavaScript
- Python
Errors
| Code | Meaning | How to fix |
|---|---|---|
| 400 | BAD_PAYLOAD | Verify JSON structure |
| 401 | INVALID_SIGNATURE | Validate HMAC secret used by POS |