API Endpoints
A comprehensive reference of available REST routes. All responses are in JSON format. Updated for v8.1.
Orders
GET /api/ordersREADRetrieve a list of all active orders. Supports filtering by
productId query param.POST /api/ordersBulk create new orders. Requires an array of order objects in the body.
GET /api/orders/:idREADGet detailed information for a single order, including full history log.
External API (v1)
POST /api/v1/auth/verifyAUTHVerify an API key and retrieve permissions.
GET /api/v1/ordersV1Retrieve orders with optional pagination and product filtering.
GET /api/v1/productsV1List all available product lines and their configurations.
