Connect vehicle
Connect session for a vehicle vendor
Creates a connect Url to redirect to the IDP of the specified vehicle vendor.
POST
/
v1.0.0
/
connections
/
vehicles
Authorizations
X-API-KEY
string
headerrequiredApiKey used for authorization and authentication
Query Parameters
language
enum<string>
Available options:
ENGLISH
, GERMAN
, FRENCH
Body
application/json
An object containing relevant information for linking to vendor account for vehicle vendor
redirectUrl
string
requiredThe URL to which user will be redirected
Maximum length:
2048
vendor
enum<string>
requiredThe vehicle vendor enum to start the connect session.
Available options:
TESLA
, MERCEDES
, BMW
, MINI
, VW
userId
string
requiredThe ID of the user for which to create the connect session.
Maximum length:
50
Response
201 - application/json
An object containing url which is used to redirect the user to IDP login portal.
url
string
requiredThe connect URL to follow for redirect to vendor IDP.