Skip to main content
GET
/
fleets
/
default
/
cars
Get all cars
curl --request GET \
  --url https://partner.staging.ezprk.dev/fleets/default/cars \
  --header 'Authorization: Bearer <token>'
[
  {
    "licenseNumber": "<string>",
    "createdDate": "<string>"
  }
]

Authorizations

Authorization
string
header
required

You can get the JWT from the Login endpoint.

Response

default - */*

Unsorted list of all cars in the fleet

licenseNumber
string
createdDate
string<int64>

Milliseconds from the epoch (1970-01-01T00:00:00Z)