Skip to main content
POST
/
auth
/
forgot-password
cURL
curl --request POST \
  --url https://api.example.com/auth/forgot-password
{
  "message": "Se o e-mail existir no sistema, as instruções de recuperação foram enviadas."
}

Documentation Index

Fetch the complete documentation index at: https://docs.domsoftware.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Body

email
string
required
Email associado à conta do usuário.

Response

{
  "message": "Se o e-mail existir no sistema, as instruções de recuperação foram enviadas."
}

Response

201 - undefined