API Playground
Fetch User
Get a customer associated with your project.
POST
/
v1
/
user
/
profile
Authorizations
x-api-key
string
headerrequiredThe API Key you were given in the developer portal.
Body
application/json
id
string
The id of the user.
email
string
The email of the user.
referenceId
string
The reference id of the user.
Response
200 - application/json
id
string
requiredThe unique identifier of the user.
firstName
string
requiredThe first name of the user.
lastName
string
requiredThe last name of the user.
wallets
object
requiredThe wallets associated with the user.
email
string
The email address of the user.
referenceId
string
The reference ID associated with the user.