For the complete documentation index, see llms.txt. This page is also available as Markdown.

Forgot password

Recuperar senha

post
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
emailstringObrigatório
Respostas
200

E-mail de recuperação enviado com sucesso

application/json
messagestringOpcional
post/auth/forgot-password
POST /api/b2b/auth/forgot-password HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "email": "text"
}
{
  "message": "text"
}