cURL
curl --request POST \ --url https://api.partbot.io/v1/vehicles/auth \ --header 'Authorization: <authorization>'
{ "merchant": 2, "vehicle_makes": [ { "value": "TOYOTA", "popularity": 100 }, { "value": "HOLDEN", "popularity": 99 }, { "value": "FORD", "popularity": 98 }, { "value": "MAZDA", "popularity": 97 }, { "value": "NISSAN", "popularity": 96 } ] }
Authenticate and configure vehicle data access for a specific store.
Example request: POST /v1/vehicles/auth?store=demo-store&use_store_vehicles=true
POST /v1/vehicles/auth?store=demo-store&use_store_vehicles=true
Store identifier for vehicle data access
Whether to use store-specific vehicle data
Vehicle authentication successful
Merchant ID
List of available vehicle makes with popularity scores
Show child attributes
Vehicle make name
Popularity score for the vehicle make