Skip to content

Reset Password

Completes the password recovery flow by setting a new password for the account. This endpoint is typically called after the user has successfully verified their identity via OTP.

POST/user/v1/resetpwd
Terminal window
curl -X POST https://api.juspredict.com/user/v1/resetpwd \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"new_password": "newSecurePassword456"
}'
FieldRequirement
new_passwordMust be between 8 and 16 characters.
{
"status": {
"type": "SUCCESS",
"details": []
}
}
FieldTypeDescription
statusStatusOperation status.