Skip to main content
POST

Cuerpo

application/json

Information used to request an access token. Use one authentication method per request.

grantType
enum<string>
requerido

Grant type for username and password authentication.

Opciones disponibles:
password
username
string
requerido

Username for authentication.

password
string<password>
requerido

Password for authentication.

Respuesta

Returns the access credentials on successful authentication.

If the user has MFA enabled, the response will contain an MFAChallengeResponse instead, with a temporary mfaToken to complete the verification flow through the MFA endpoints.

Information used to manage OAuth2 authentication data. It securely stores access credentials, ensuring seamless authorization and control over protected resources.

accessToken
string
requerido

A temporary token that grants the user secure access the APIs.

expiresIn
integer
requerido

The time (in seconds) until the token expires.

refreshToken
string
requerido

A long-lived token that allows users to obtain a new access_token without requiring them to log in again.

tokenType
string
requerido

The type of token issued.

idToken
string

The identity details about the authenticated user in OpenID Connect standards. It can be used to verify user authentication.

scope
string

The level of access granted to the issued tokens