Skip to main content
POST
Obter token de acesso

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Token gerado com sucesso

success
boolean
Example:

true

token
string
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

tokenType
string
Example:

"Bearer"

expiresIn
integer

Validade do token em milissegundos

Example:

60000