v1
latestOpenAPI 3.0.32026-07-13353343.5 KBUser
User Info
Description
Returns the id of the vehicle owner who granted access to your application. 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.
get/user
Response
return User's information
Example response
{
"id": "36ab27d0-fd9d-4455-823a-ce30af709ffc"
}