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://platform.grorapid.com/api/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "<token>", "password": "<password>", "password_confirmation": "<password>" } '
{ "version": "v1", "status": true, "statusCode": 200, "details": "OK", "statusMessage": "success", "response": { "messages": "Password set successfully" } }
Reset an account password.
Successful response.
The response is of type object.
object