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.
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"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?