📄️ Login
Sign in with your email and password to receive a Bearer token. Use this token in the Authorization header for all other API requests.
📄️ List strategies
Returns the list of strategies for a given user and retailer. Used to discover available strategies before submitting purchases.
📄️ Purchases
Endpoints to submit, update, and retrieve purchases.
📄️ Latest forecast
Returns the latest forecast for the authenticated customer. The backend looks up the most recently available forecast file and returns it as JSON or CSV.
📄️ API Reference Overview
The customer API is served under the base path /api/v0/. All authenticated endpoints require the header Authorization: Bearer . See Authentication for how to obtain a token.
📄️ Health check
Simple endpoint to verify the API is running. No authentication required.