Recuperar Senha
Recuperar Senha
POST
https://api.gestao.plus/user?q=recovery-password
Esta rota permite que o usuário altere a sua senha com o token e prefixo retornados anteriormente durante a solicitação.
Query Parameters
Name
Type
Description
q*
string
"recovery-password"
Request Body
Name
Type
Description
password*
string
Nova senha
pinPrefix*
string
Prefixo recebido juntamente com o PIN
pin*
string
PIN recebido por email ou sms
token*
string
O seu token para recuperação da senha.
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Unknown",
"status": 202,
"detail": {
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Password Recovery",
"status": 202,
"detail": "Password changed"
}
}
Last updated
Was this helpful?