Location Tracking
The Location Tracking endpoints allow you to access real-time and historical location data for your trackable devices.
Get Current Location
Retrieve the current location of a specific trackable device.
Endpoint
GET /trackables/{trackable_id}/locations
Example Request
Example Response
Get Location History
Retrieve the location history of a trackable device for a specified time range.
Endpoint
GET /trackables/{trackable_id}/locations
Query Parameters
start_time
: ISO 8601 formatted timestamp (optional)
end_time
: ISO 8601 formatted timestamp (optional)
limit
: Maximum number of results to return (optional, default: 50)
skip
: Number of results to skip (optional, default: 0)
Example Request
Example Response
For more details on location tracking, including real-time updates and advanced querying options, please refer to the API Reference.