Forgot password
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
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
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"
}