Skip to main content
PUT
Rename vehicle (V2)

Overview

Renames the specified vehicle. The new name is immediately reflected in all API responses.
The V1 version of this endpoint is Rename vehicle.
Rate limit: 10 req/s · 30/min · 6,000/hr · 144,000/day

Endpoint

PUT /v2/api/vehicles/{id}/name

Path parameters

integer
required
Vehicle ID.

Query parameters

string
required
New display name for the vehicle.

Response

200 OK — empty body on success.

Error responses

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from POST /v2/api/authentication/token/api-key.

Lifetime: ~24 hours (86,399 seconds). Cache the token and reuse it. Re-authenticate 5 minutes before expiry.

Scoping: API key tokens are scoped to the company the key belongs to and may restrict access to a vehicle allowlist and/or action set (see token claims).

No refresh endpoint — re-authenticate with your API key when the token expires.

Path Parameters

id
integer
required

Query Parameters

newVehicleName
string
required

Response

200 OK — Empty body. Vehicle name updated successfully.