users-users
Update partner's personal information
put/users/me/update-profile
Request body
Example request
{
"country": "NG",
"dob": "2024-04-18T00:00:00.000Z"
}Response
Success
Example response
{
"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
- ○