Gerar um token de acesso
Gera um x-auth-token que autoriza a utilização da API.
- application/json
 
Request Body required
jwtAuthenticationRequest
- password string
 - username string
 
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
- */*
 
- Schema
 - Example (from schema)
 
Schema
- token string
 
{
  "token": "string"
}
Created
Unauthorized
Forbidden
Not Found
Loading...






