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
Last updated