Connection Management
Account Sync (Beta)
Returns arrays of vehicle Ids that have been added to and removed from a connected services account
PUT
/
user
/
{id}
This feature is in beta and Smartcar is providing early access as we collect feedback about this feature. Please see this page for info on how to enable this for accounts in Connect.
Request
Query
id
string
Body
action
string
Must be set to SYNC
Response
vehiclesAdded
[vehicleIds]
An array of vehicle Ids added to the account.
vehiclesRemoved
[vehicleIds]
An array of vehicle Ids removed from the account.
Was this page helpful?