Get Device Last Known Position

Parameters:

  • device_token: UUID of the device
  • units: Unit system (metric/imperial) for speed/distance conversion
  • timezone: Timezone for timestamp formatting
  • date_format: Format for timestamps (unix/iso/localized)

Returns:

  • Device position with source indication (is_from_cache field)

Example Usage:

GET /devices/e4855fba-0d7e-4dbd-baad-aae9d0b90c15/position
GET /devices/e4855fba-0d7e-4dbd-baad-aae9d0b90c15/position?units=imperial&date_format=iso
Path Params
string
required
Query Params
string
Defaults to metric

Unit system: metric (km/h, m) or imperial (mph, ft)

string
Defaults to UTC

Timezone for timestamps (e.g., 'UTC', 'America/New_York')

string
Defaults to unix

Date format: unix, iso, or localized

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json