Fetch Vehicle

Fetch a single Vehicle record by ID.

HTTP Request

GET/users/api/v1/vehicles/{id}/

Example Response

{
"id": 0,
"site": 0,
"created": "2026-09-08T14:40:50.425Z",
"modified": "2026-09-08T14:40:50.425Z",
"uuid": "770bba28-9f80-4d40-9c51-6e022364af91",
"source_ref": "string",
"registration_number": "string",
"branding": "string",
"branding_date": "string",
"branding_status": "string",
"branding_status_date": "string",
"agents": []
}

NameDescription

id

required

integer

id of Record

Responses

200
403 You do not have permission to perform this action
404 Not found
500 Internal server error
503 This website is not active