Skip to content
--- aside: false outline: false ---

Get a vehicle

GET
/clients/{clientId}/vehicles/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
Pattern
"^cl_"
id*
Type
string
Required
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"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI