GET
/
vehicles
/
{vehicleId}
/
locations

Note:

Given the large volume of location data available, we encourage customers to accept compressed (gzip) responses in order to maximize throughput. This is supported with many popular HTTP clients. Result limits vary depending on if results are compressed or not.

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.

Path Parameters

vehicleId
string
required

Vehicle to retrieve breadcrumb locations for

Query Parameters

cursor
string

Pagination cursor to start requests from

limit
integer

The maximum number of results to return in a page.

startAt
string

Timestamp to start from - defaults to TODAY - 1 MONTH

endAt
string

Timestamp to end at - defaults to TODAY

raw
boolean

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

Response

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

Cursor used for pagination.