Autenticação
Criar access token
post/auth
Request body
Example request
{
"username": "usuario@exemplo.com",
"expires_in": 1
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.
{
"username": "usuario@exemplo.com",
"expires_in": 1
}OK
No recorded changes to this endpoint across all 1 revision of this API.