Skip to main content
GET
List vehicles

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

Query Parameters

allow_archived
boolean
default:false

Include archived vehicles in the response.

allow_deleted
boolean
default:false

Include deleted vehicles in the response.

Response

List of vehicles.

data
object[]
required