Register a vehicle
POST /api/v1/cardata/vehicles
POST
/api/v1/cardata/vehicles
Register a new vehicle for OEM CarData sync. Requires OEM name, VIN, and optionally OAuth tokens.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
oem
required
OEM name (BMW, VW).
string
BMW vin
required
Vehicle Identification Number.
string
WBA12345678901234 label
string
Mein BMW i4 access_token
OEM OAuth access token.
string
refresh_token
OEM OAuth refresh token.
string
Responses
Section titled “ Responses ”Vehicle registered.
object
Invalid OEM or missing fields.
object
error
Error message
string
detail
Additional context
string
Vehicle already registered.
object
error
Error message
string
detail
Additional context
string