Get IFTA jurisdiction reports
GET
http://api.firsteld.com/openapi/ifta/
IFTA
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.firsteld.com/openapi/ifta/'
Response Response Example
{
"count": 10,
"page_size": 123,
"previous": null,
"current": 1,
"next": 2,
"results": [
{
"vehicle_id": "e57c411b-caf2-4a2e-b2e8-e232824b6ddf",
"items": [
{
"state": "string",
"miles": 0
}
]
}
]
}
Request
Query Params
page
integer
optional
page_size
integer
optional
vehicleIds
array[string]
optional
startedAfter
string <date-time>
optional
startedBefore
string <date-time>
optional
Responses
Modified at 2025-04-23 00:31:51