Skip to main content
POST
Verify MFA Passcode

Autorizações

Authorization
string
header
obrigatório

The authorization token in the 'Bearer ' format.

Parâmetros de caminho

id
string
obrigatório

The unique identifier of the user you want to retrieve.

Corpo

application/json

Information required to verify an MFA passcode during setup.

passcode
string
obrigatório

The OTP passcode to verify.

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

The type of MFA being verified.

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

The TOTP secret (required for app-based MFA).

countryCode
string

ISO 3166-1 alpha-2 country code (e.g. "BR", "US"). Used to resolve the phone number for SMS MFA. Not a dial prefix (+55).

Resposta

MFA passcode verified successfully.

verified
boolean