Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Get a vehicle
GET
/clients/{clientId}/vehicles/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"id*
Type
Requiredstring
Pattern
"^vhcl_"Responses
Vehicle object
application/json
JSON "id": "string", "createdAt": "string", "updatedAt": "string", "client": "string", "customer": "string", "extId": "string", "license": "string", "make": "string", "model": "string", "year": 0, "vin": "string"
{
}