GET
/
v2
/
toll
/
history
/
{ID}
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Fleet-ID
integer

Path Parameters

ID
string
required

Response

200
application/json
Successful response
username
string | null
reason
string