Skip to main content
POST

Body

application/x-www-form-urlencoded

Solicitud de token OAuth2, application/x-www-form-urlencoded.

grant_type
enum<string>
required
Available options:
password,
refresh_token
client_id
string
default:apiApp
username
string

Requerido cuando grant_type es password. Usuario o correo electrónico.

password
string

Requerido cuando grant_type es password.

refresh_token
string

Requerido cuando grant_type es refresh_token.

Response

Token emitido correctamente.

access_token
string
required
token_type
string
required
Example:

"bearer"

expires_in
integer
required

Vigencia del access token en segundos (24 horas).

refresh_token
string
required
as:client_id
string
userName
string
id
string

Id interno del usuario.

.issued
string
.expires
string