Base URL
Available Endpoints
List Balances
Get all fuel station balances with filtering and sorting
Filter Options
Get available filter values for dropdowns
Data Model
The Saldos Bombas data represents fuel station balances:Common Parameters
Pagination
page- Page number (default: 1)limit- Items per page (default: 20)
Filters
area_operacion- Filter by operational area namebomba- Filter by fuel station nameactividad- Filter by status (ACTIVADA, DESACTIVADA)
Sorting
sort_by- Field to sort by (default: saldo_disponible)sort_order- Sort direction (asc, desc)
Authentication
All endpoints require a Bearer token:Common Use Cases
Monitor Low Balances
Track fuel stations with low available balances:Check Specific Area
View balances for a specific operational area:Active Stations Only
By default, only active (ACTIVADA) stations are returned. To see all:Error Responses
All endpoints follow standard HTTP status codes:| Status | Description |
|---|---|
| 200 | Success |
| 400 | Bad request - Invalid parameters |
| 401 | Unauthorized - Missing or invalid token |
| 500 | Server error |
Next Steps
View Detailed API
Explore the full API reference
Authentication
Learn about authentication