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