cURL
curl --request POST \ --url https://api.futureagi.com/accounts/password-reset-confirm/{uidb64}/{token}/ \ --header 'Content-Type: application/json' \ --data '{ "newPassword": "<string>" }'
Reset password with token
Base64 encoded user ID
Password reset token
8
Password reset successful
Was this page helpful?