Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://payments.oaknetwork.org/api/auth/update-password \ --header 'Content-Type: application/json' \ --data ' { "new_password": "<string>", "reset_password_token": "<string>" } '
{ "msg": "Password Updated Successfully!", "data": null }
Set a new password using a valid reset password token.
The new password to set
Reset password token from email
Password updated successfully
Human-readable message describing the result
Response payload (null on error)