v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Experience

Verify MFA verification code

Verify the provided MFA verification code. The verification code must have been sent using the MFA verification code endpoint. This endpoint verifies the code against the user's bound identifier and marks the verification as complete if successful.

post/api/experience/verification/mfa-verification-code/verify

Request body

verificationIdstring required

The verification ID returned from the MFA verification code send endpoint.

codestring required

The verification code received by the user.

identifierType'email' | 'phone' | 'Email' | 'Phone' required

The type of identifier used for MFA verification. Must match the type used when sending the verification code.

Response

The MFA verification code was successfully verified.

verificationIdstring required

The unique ID of the verification record. This can be used for subsequent MFA operations.