Skip to main content
POST
/
api
/
canary
/
authentication
/
forget-password
Forget Password
curl --request POST \
  --url http://localhost:3000/api/canary/authentication/forget-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "statusCode": 400,
  "message": [
    "Invalid input data"
  ],
  "error": "Bad Request"
}

Body

application/json
email
string
required

The email address of the user

Response

Password reset email sent