GET
/api/partner/v1/cars/{carId}/trackerGet GPS tracker
Get the car's current GPS tracker assignment.
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
carIdstringpathrequiredResponse
200 · application/jsonsuccessbooleanrequireddataobjectvehicleIdstringtrackerIdstring <uuid>nullableimeistringnullablemodelstringnullableisActivebooleanlastSeenAtstring <date-time>nullablesourceInfoobjectnullableerrorstringnullableStatus codes
200The tracker assignment (fields null when unassigned).
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
