v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Experience

Create TOTP secret

Create a new TOTP verification record and generate a new TOTP secret for the user. This secret can be used to bind a new TOTP verification to the user's profile. The verification record must be verified before the secret can be used to bind a new TOTP verification to the user's profile.

post/api/experience/verification/totp/secret

Response

TOTP secret successfully generated.

verificationIdstring required

The unique verification ID for the TOTP record. This ID is required to verify the TOTP code.

secretstring required

The newly generated TOTP secret.

secretQrCodestring required

A QR code image data URL for the TOTP secret. The user can scan this QR code with their TOTP authenticator app.