Esqueci Minha Senha (SMS)

Resetar Senha (SMS)

POST https://api.gestao.plus/user?q=forgot-password

Assim como na recuperação de senha por email, você poderá recuperar suas credenciais por SMS.

Query Parameters

Name
Type
Description

q*

string

forgot-password

Headers

Name
Type
Description

Content-Type*

string

application/json

Request Body

Name
Type
Description

cellphone*

string

O seu número de celular

document*

string

O seu CPF

{
    "trace": [
        {
            "file": "/var/www/module/IUPBase/src/EventListener/AbstractListener.php",
            "line": 420,
            "function": "preCreate",
            "class": "IUPBase\\V1\\EventListenerController\\User",
            "type": "->",
            "args": [
                {
                    "document": "70434612197",
                    "cellphone": "62985499507"
                }
            ]
        }
    ],
    "type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
    "title": "Internal Server Error",
    "status": 500,
    "detail": "Call to a member function getId() on null"
}

Last updated

Was this helpful?