Insert tracker properties data for storage.

This endpoint allows you to store tracker properties by providing a JSON payload with the following fields:

  • tracker_id (string, required): A unique identifier for the tracker, also known as VIN.
  • properties (array, required): A list of key-value pairs representing the properties of the tracker. Each item in the list should be an object with:
    • key: The name of the property (e.g., "position.latitude").
    • value (string, required): The value of the property (e.g., a numerical value or a string).
    • ts (string, required): A timestamp indicating when the property was recorded, in ISO 8601 format.

Example properties might include latitude and longitude for location tracking.

If properties for position.latitude and position.longitude are included, they will also update the tracker's telemetry data, such as its geographic position and timestamp.

Properties that do not match known database keys will be ignored, but will be included in the error_properties field in the response.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!