Skip to main content
POST

Corpo

application/json

Information used to verify an MFA challenge during login. Provide either a passcode or a recovery code — not both.

mfaToken
string
obrigatório

The temporary MFA token received from the access token endpoint.

passcode
string
obrigatório

The 6-digit verification code from your authenticator app, email, or SMS.

Required string length: 6
mfaType
enum<string>
obrigatório

The MFA method being verified.

Opções disponíveis:
app,
email,
sms
recoveryCode
string

A recovery code to use when the primary MFA method is unavailable.

rememberDevice
boolean
padrão:false

When set to true, the device is remembered for future logins.

Resposta

MFA verification succeeded. Returns the access credentials for the authenticated session.

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