Skip to main content
GET
Get Logistics Recharges

Get Logistics Recharges

Retrieve all logistics recharges (fuel consumptions) for your organization with pagination and filtering support.
New API: This endpoint is part of the new API architecture with improved design and maintainability.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Query Parameters

integer
default:"1"
Page number to retrieveExample: 1
integer
default:"10"
Number of items per page (1-100)Example: 50
Search by vehicle license plateExample: 1234-ABC
array[string]
Filter by vehicle type(s)Example: vehicle_type=van_diesel&vehicle_type=rigid_truck
array[string]
Filter by fuel UUID(s)Example: fuel_id=550e8400-e29b-41d4-a716-446655440000
array[string]
Filter by vehicle license plate(s)Example: vehicle_license_plate=1234-ABC
array[string]
Filter by source file UUID(s)Example: file_id=550e8400-e29b-41d4-a716-446655440000
string
Filter by recharge date >= (YYYY-MM-DD)Example: 2024-01-01
string
Filter by recharge date <= (YYYY-MM-DD)Example: 2024-12-31
string
Filter by creation date >= (YYYY-MM-DD)Example: 2024-01-01
string
Filter by creation date <= (YYYY-MM-DD)Example: 2024-12-31
string
Filter by recharge statusExample: active
string
Filter by project UUID (only recharges linked to this project)Example: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Response

integer
Current page number
integer
Number of items per page
integer
Total number of logistics recharges matching the filters
array
Array of logistics recharge objects

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key
Solution: Verify your API key is valid and active. Get a new one from Settings → API.

422 Validation Error

Cause: Invalid filter parameters
Solution: Ensure page is a positive integer and size is between 1 and 100. Date parameters must use YYYY-MM-DD format.

Get Logistics Requests

Retrieve logistics shipment requests

Delete Recharge

Delete a single recharge record

Batch Delete Recharges

Delete multiple recharges at once

Generate Report

Generate ISO 14083 emissions report