Skip to main content
GET
Vehicles
Returns a list of vehicles and their technical data that the company owns or is a current user of. You can return maximum 250 records per page, use querystring parameters pageSize=10 and page=1 to control how many records you want to retrieve per page.

Lightning fast

This endpoint uses our lightning fast and ultra modern search for vehicles. If you want to do additional filtering you can use Search for vehicles here. To query for specific owners in Search for vehicles here you simply attach either a query string &filter_by=currentUserCompanyId:=1911258||currentOwnerCompanyId:=1911258 or post this to the MultiSearch endpoint. Replace 19111258 with our companyId which is a worldwide identifier for companies. CompanyId is retrived from our lighting fast Search for companies here.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer<int32>
required

The company id

Query Parameters

pageNumber
integer<int32>
default:1

The page number to return

pageSize
integer<int32>
default:100

The number of records per page

Response

OK

results
object[] | null