HaulX API

✓ Server Running

Welcome to the HaulX API! This RESTful API provides endpoints for managing work orders, tracking shipments, and integrating with e-commerce platforms.

Available Endpoints

POST /api/v1/work-orders

Create a new work order

GET /api/v1/work-orders/{id}/status

Get work order status

GET /api/v1/prestashop/{id}

Look up PrestaShop order

GET /api/v1/health

API health check

🔐 Authentication Required

All API endpoints require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN