Esqueceu a senha
Esta requisição deve ser utilizada para obtenção do link para alteração de senha da plataforma.
GET
https://your-domain/directlink/v1/auth/forgetParameters
Atenção
* Parâmetro obrigatório
Query
| Nome | Descrição | |
|---|---|---|
| u * | Nome do usuário cadastrado na plataforma |
Header
| Nome | Descrição | |
|---|---|---|
| Content_type * | application/json |
Responses
200 OK
{
"status": 0,
"description": "handlerAuthForget:succsessfully",
"apiver": "v1 (3.6.0)",
"user": "USER1",
"linkURL": "https://your-domain/directlink/v1/auth/change?lang=pt&k=B6PhQo1gVaksHm-E4JGwuqWkZj6MT6srC74-wZ2Fsw9MXDduhfs-Nw3utpRFV4l6eTY4Tr-lOCDR0eoKG7Y2u3FRQiSm1TO_F_KD0cfWX2_QWASF1rvrx4KRiw0t_PKum5qMNqEWEBqB9d9RJd8Opz4SPfILjaoRBtPuMQOsxkIbO2pn6-tuC5I_AyisBOaGMR3MOnYXVWwr6e3bKvFIqCY6",
"time": "2022-06-13 19:23:45.771553 -0300 -03 m=+25121.666310551"
}
400 Bad Request
{
"status": 400,
"description": "Bad Request",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:55:53.559292 -0300 -03 m=+19849.437332386"
}
401 Unauthorized
{
"status": 401,
"description": "Unauthorized",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:56:45.233594 -0300 -03 m=+19901.111646777"
}
403 Forbidden
{
"status": 403,
"description": "Forbidden",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 19:12:14.840185 -0300 -03 m=+24430.733336090"
}
500 Internal Server Error
{
"status": 500,
"description": "Internal Server Error",
"apiver": "v1 (3.6.0)",
"time": "2022-06-13 17:56:45.233594 -0300 -03 m=+19901.111646777"
}