GET
/
vehicles
/
locations

This endpoint will call the provider’s API in real time to get the latest location of the vehicle. Please note: this endpoint will exclude vehicles that have no last known location.

Authorizations

Authorization
string
headerrequired

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

Headers

Connection-Token
string
required

The token returned when a user authenticated their account. This authorizes access to a specific account.

Query Parameters

cursor
string

Pagination cursor to start requests from

limit
integer

The maximum number of results to return in a page.

raw
boolean

Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.

vehicleIds
string

Comma separated list of vehicle IDs to filter for

driverIds
string

Comma separated list of driver IDs to filter for

expand
enum<string>

Expand resources in the returned response

Available options:
vehicle,
driver,
vehicle,driver,
driver,vehicle

Response

200 - application/json
results
object[]
required
next
string

Cursor used for pagination.