API Endpoints

A comprehensive reference of available REST routes. All responses are in JSON format. Updated for v8.1.

Orders

GET /api/ordersREAD
Retrieve a list of all active orders. Supports filtering by productId query param.
POST /api/orders
CREATE
Bulk create new orders. Requires an array of order objects in the body.
GET /api/orders/:idREAD
Get detailed information for a single order, including full history log.

External API (v1)

POST /api/v1/auth/verifyAUTH
Verify an API key and retrieve permissions.
GET /api/v1/ordersV1
Retrieve orders with optional pagination and product filtering.
GET /api/v1/productsV1
List all available product lines and their configurations.