Get User Info
Get User's Account info
GET
https://api.parqex.com/oauth/v1/endpoints/user-info
Retrieve metadata for a user (ex: first name, last name, email, phone, address, vehicle, etc.)
Headers
Name
Type
Description
Accept
string
Always set to application/json
Content-Type
string
Always set to application/json
Authorization
string
Set to Bearer <ACCESS_TOKEN>
Accept-Charset
string
Always set to utf-8
Accept-Encoding
string
Always set to gzip
{
"success": true,
"timestamp": ,
"data": {
"id": "69668e34-2b60-49aa-b42a-7e01ebc0cb58",
"first_name": "John",
"last_name": "Doe"
}
}
Last updated
Was this helpful?