Base URL
Authentication
All catalog endpoints require authentication using a Bearer token in the Authorization header:Available Catalogs
The following catalog endpoints are available:- Areas - Operational areas
- Drivers - Driver catalog (conductores)
- Vehicles - Vehicle plates (placas)
- Pumps - Fuel pumps (bombas)
- Pump Balance - Query available balance for a pump
Common Response Format
Catalog endpoints return arrays of objects with the following structure:Error Responses
All endpoints may return the following error responses:Error message describing what went wrong
Common Error Codes
400- Bad Request (invalid parameters or database error)401- Unauthorized (missing or invalid authentication token)500- Internal Server Error