Skip to main content
POST

Corpo

application/json

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

grantType
enum<string>
obrigatório

Grant type for username and password authentication.

Opções disponíveis:
password
username
string
obrigatório

Username for authentication.

password
string<password>
obrigatório

Password for authentication.

Resposta

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
obrigatório

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

expiresIn
integer
obrigatório

The time (in seconds) until the token expires.

refreshToken
string
obrigatório

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

tokenType
string
obrigatório

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