Skip to main content
POST
Push Location
string
required
UUID of the kit.
string
required
UUID of the asset (returned by Create Asset).

Body

number
required
Latitude in decimal degrees (WGS-84).
number
required
Longitude in decimal degrees (WGS-84).
number
Altitude in meters above WGS-84 ellipsoid.
number
Heading in degrees true north (0–360). Displayed as the asset’s orientation arrow on the map.
number
Ground speed in meters per second.

Response

Returns 204 No Content on success. The fix is:
  • Stored as a gps feed message (visible via Get Asset Telemetry and the Asset WebSocket)
  • Written to the asset’s lat/lon/alt_m columns for quick map queries
  • Broadcast to any active WebSocket subscribers immediately
Push at whatever rate your system produces fixes. 1 Hz is typical for drones; lower rates are fine for vehicles.

Example