Welcome to the HaulX API! This RESTful API provides endpoints for managing work orders, tracking shipments, and integrating with e-commerce platforms.
/api/v1/work-orders
Create a new work order
/api/v1/work-orders/{id}/status
Get work order status
/api/v1/prestashop/{id}
Look up PrestaShop order
/api/v1/health
API health check
All API endpoints require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN