Generate TOTP secret
GET /mfa/totp/generate
GET
/mfa/totp/generate
Generate a Time-based One-Time Password (TOTP) secret for setting up multi-factor authentication
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”TOTP secret successfully generated
Response containing TOTP setup information for MFA
object
imageUrl
required
URL to QR code image for scanning with an authenticator app
string
Example
data:image/png;base64,iVBORw0KGg... totpSecret
required
TOTP secret key for manual setup with an authenticator app
string
Example
ABCDEFGHIJK23456default
Section titled “default ”An error occurred while processing the request
Standardized error response
object
status
required
HTTP status error code
integer
Example
400 message
required
Human-friendly error message
string
Example
Invalid email format error
required
Error code identifying the specific application error
string