Get User
Get logged user details
GET
/v3/users/me
Request
The details below help you form your HTTP requests to this endpoint.
Headers
You may need to provide specific headers.
customer-token
string
Customer's authentication token
x-version-override
string
N/A
Response
The details below help you understand the responses you could get from this endpoint.
Samples
Below are samples of responses, with tabs corresponding to returned status code.
Schema
The response's schema is outlined below.
data.userId
string
User Id
data.firstName
string
User's first name
data.lastName
string
User's last name
data.email
string
User's last name
data.createdAt
string
User's creation date
data.transactions
array
N/A
data.decision.applicationId
string
Application Id
data.decision.prequalId
string
prequalification ID
data.decision.approved
boolean
Determines if the customer was approved or not(To be deprecated)
data.decision.status
string
Determines the customer application status. Possible values: approved, pending, failed
data.decision.spendingLimit
number
The spending limit approved
data.decision.availableBalance
number
Available balance to spend
data.decision.availableWeeklySpending
number
The available amount to spend in a weekly basis
data.decision.createdAt
string
Decision's creation date
data.decision.waterfallSuppressionFlags.suppressWaterfallToUOwn
boolean
Determines if uown needs to be skipped)
data.decision.vantageHighScore
boolean
N/A
data.decision.funnel
string
N/A
data.verificationStatus
string
Verification status the possible status are: pending, failed, succeeded
data.dateOfBirth
string
User's date of birth
data.spendingHold
boolean
Determines if the customer spending was hold or not
Last updated
Was this helpful?