cURL
curl --request GET \ --url https://api.vantage.sh/v2/users/{user_token} \ --header 'Authorization: Bearer <token>'
{ "token": "usr_bfc6ab15e635f848", "name": "Patrick White", "email": "[email protected]", "role": "Owner", "last_seen_at": "2024-01-01" }
Return a specific User.
The access token received from the authorization server in the OAuth 2.0 flow.
User model
The name of the User.
"John Doe"
The email of the User.
"[email protected]"
The role of the User.
"Admin"
The last time the User logged in.
"2024-01-01T00:00:00Z"