users-users
users-onboardapi
Get a single user by their authorization token
get/users/me
Response
Success
Example response
{
"phoneNumber": "2348100000000",
"language": "en, en-US, fr-FR, pt-BR",
"verifiedAddress": "0x15b8b00fb8d2bd7d76e90e70294e87fc6ba79e3b",
"profile": {
"country": "NG",
"dob": "2024-04-18T00:00:00.000Z",
"depositTimeout": 1200,
"approvalTimeout": 1200
}
}Changes
Changed in 1 of the 6 revisions of this API.2
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○