Skip to main content
POST
/
v1
/
auth
/
forgot-password
Solicitar redefinição de senha
curl --request POST \
  --url https://api.nuvia.ai/v1/auth/forgot-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "origin": "<string>"
}
'
{}

Body

application/json
email
string<email>
required
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
origin
string<uri>

Response

Solicitação aceita

ok
enum<boolean>
required
Available options:
true