Vehicle Endpoints
User
Returns the ID of the vehicle owner who granted access to your application.
GET
This should be used as the static unique identifier for storing the access token and refresh token pair in your database. Note: A single user can own multiple vehicles, and multiple users can own the same vehicle.
When using Single Select for Connect, a single user with multiple vehicles
will have a 1:1 (access_token
:vehicle_id
) mapping.
Response
A user ID (UUID v4).
Was this page helpful?