cURL
curl --request GET \ --url https://api.app.fleetit.com/v2/toll/history/{ID}/ \ --header 'Authorization: Bearer <token>'
[ { "username": "john_doe", "reason": "Ticket status changed to deactivated" }, { "username": "John Doe", "reason": "No reason provided" } ]
Retrieve the history of a toll.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object[].
object[]
Was this page helpful?