POST
/
v1
/
vehicles
/
auth
Vehicle Authentication
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
    }
  ]
}

Headers

Authorization
string
required

Query Parameters

store
string

Store identifier for vehicle data access

use_store_vehicles
boolean

Whether to use store-specific vehicle data

Response

200 - application/json

Vehicle authentication successful

merchant
integer

Merchant ID

vehicle_makes
object[]

List of available vehicle makes with popularity scores