Skip to main content
POST
/
api
/
auth
/
forgot-password
Forgot Password
curl --request POST \
  --url https://api.example.com/api/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Body

application/json
email
string
required

Response

Successful Response

success
boolean
required
message
string
required