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.
Authentication
FoodSave uses JWT Bearer tokens (API keys issued from the Dashboard) for server-to-server and admin workflows.Get credentials
- Sign in to FoodSave Dashboard as an admin.
- Navigate to Integrations → API Keys.
- Create a key, scope it (e.g.,
ads:read,orders:write) and copy the token once — store in secrets.
How to pass credentials
Add an HTTP header:Code examples
Security best practices
- Store keys in environment secrets, never embed in client-side code.
- Use least privilege: create keys with minimal scopes.
- Rotate keys regularly and audit usage logs.