PUT
/api/partner/v1/cars/{carId}/trackerAssign GPS tracker
Assign or replace the car's GPS device (by IMEI).
Authorization
X-Api-Key headerSend your partner key on every request. The key is bound to exactly one owner account.
Path parameters
carIdstringpathrequiredBody
application/jsonimeistringrequiredmodelstringnullableResponse
200 · application/jsonsuccessbooleanrequireddataobjectvehicleIdstringtrackerIdstring <uuid>nullableimeistringnullablemodelstringnullableisActivebooleanlastSeenAtstring <date-time>nullablesourceInfoobjectnullableerrorstringnullableStatus codes
200The resulting assignment.
400Validation error.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.
409The IMEI belongs to another owner.
