Skip to main content
POST
/
auth
/
forgot
Forgot password
curl --request POST \
  --url https://api.fluxer.app/v1/auth/forgot \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Body

application/json
email
string<email>
required

Response

No Content