Skip to main content
POST
/
api
/
SetVehicleName
Rename Vehicle
curl --request POST \
  --url https://api.telemax.com.au/api/SetVehicleName \
  --header 'Authorization: Bearer <token>'
{}

Overview

Renames a vehicle by legacy id.
A V2 version of this endpoint is available: Rename vehicle. New integrations should prefer V2.

Endpoint

POST /api/SetVehicleName

Query parameters

id
integer
required
Legacy vehicle id.
newVehicleName
string
required
New display name.

Response

200 OK empty body.

Authorizations

Authorization
string
header
required

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

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

Scoping:

  • User tokens are scoped to a single company.
  • API key tokens may restrict access to a vehicle allowlist and/or action set (see token claims).

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

Headers

Content-Type
string

Standard and must keep as it is.

Authorization
string
required

Bearer your_token

Query Parameters

id
integer
required

Vehicle ID.

newVehicleName
string
required

Vehicle name to update to.

Response

Successful response

The response is of type object.