POST
/
api
/
forgot-password
Forgot Password
curl --request POST \
  --url https://platform.grorapid.com/api/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<email>"
}
'
{
  "version": "v1",
  "status": true,
  "statusCode": 200,
  "details": "OK",
  "statusMessage": "success",
  "response": {
    "messages": "Reset Password link sent successfully"
  }
}

Body

application/json
email
string
required

Response

200 - application/json

Successful response.

The response is of type object.