x-api-key header. Get your key from the Bot Admin Panel.
/api/status
Check API health and get APK download URL.
Response: { "status": "ok", "apk_url": "..." }
/api/products
Get list of all products.
Query Params: ?category=Nom (Optional filter)
/api/orders/:userId
Get order history for a specific user.
/api/orders
Create a new order from external app.
Body: { "userId": 123, "items": [...], "total": 50000, "location": {...} }
/api/image/:fileId
Proxy endpoint to view Telegram images.