v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Locate an asset

put/v1/assets/{asset_id}/locate

Path parameters

asset_idinteger required

Specify the asset ID for which you are querying the location of.

Headers

X-API-KEYstring

Specify the API key of the company for which you are retrieving the asset’s location.

X-User-Idstring

Specify the ID of the Fleet Admin or the Fleet Manager who is accessing this endpoint.

Response

200

asset_idinteger
locate_statusstring

Example response

{
  "asset_id": 109001,
  "locate_status": "completed",
  "last_location": {
    "latitude": 37.7749,
    "longitude": -122.4194,
    "timestamp": "2025-06-05T10:23:45Z"
  }
}