Connection Management
Vehicle Connections
Returns a paged list of all vehicles that are connected to the application associated with the management API token used, sorted in descending order by connection date.
GET
/
v2.0
/
management
/
connections
Request
Header
In the format Basic base64(default:{application_management_token})
. You can find your application_management_token
under
your Application Configuration in the Smartcar Dashboard.
Query
Number of connections to return per page. Max: 100
Used for accessing pages other than the first page. Each page returned has a cursor value that can be passed here to fetch the “next” page.
Filter for connections created by the provider user ID.
Filter for connections to the provided vehicle ID.
Response
An array of connections
Metadata about the current query
Was this page helpful?