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://email-clean.grorapid.com/api/v1/auth/updatePassword \ --header 'Content-Type: application/json' \ --data ' { "token": "9b5282d0f0f04fb3bca5.example", "password": "NewSecret123!" } '
{ "message": "Password updated successfully.", "status": true, "statusCode": 200, "result": true }
Update the user password with a valid reset token.
Password updated successfully.