Valida o token JWT fornecido e confirma se está ativo. Exemplo de corpo da requisição: “token”: “Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9”
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Dados de autenticação
The body is of type object
.
Token JWT é válido.
The response is of type object
.