All Vehicles

GET https://api.smartcar.com/v2.0/vehicles/

Description

Returns a paged list of all vehicles connected to the application for the current authorized user.

Query Parameters

ParameterTypeRequiredDescription
limitintegerfalseNumber of vehicles to return (default: 10).
offsetintegerfalseA vehicle ID (UUID v4).

Response Body

NameTypeDesciprtion
vehiclesarrayAn array of vehicle IDs.
vehicles.[]stringA vehicle ID (UUID v4).
pagingobjectMetadata about the current list of elements.
paging.countintegerThe total number of elements for the entire query (not just the given page).
paging.offsetintegerThe current start index of the returned list of elements.