Add vehicles to your customer account
POST {{baseUrl}}/v1/accounts/vehicles
This endpoint adds a list of vehicles to your customer account. The limit of vehicles per request is 10000
Request Body
[{"vin"=>"<string>"}, {"vin"=>"<string>"}]
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: Created
""