GET
/
v2.0
/
user
curl "https://api.smartcar.com/v2.0/user" \
-H "Authorization: Bearer {token}" \
-X "GET"
{
    "id": "e0514ef4-5226-11e8-8c13-8f6e8f02e27e"
}   
The Vehicles API v2.0 will be deprecated by Q3 of 2026. We recommend migrating to the latest version as soon as possible to ensure continued support and access to new features.
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

id
string
A user ID (UUID v4).