v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Experience

Create and send MFA verification code

Create a new MFA verification code and send it to the user's bound identifier (email or phone). This endpoint automatically uses the user's bound email address or phone number from their profile for MFA verification. The user must be identified before calling this endpoint.

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

Request body

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

The type of identifier to use for MFA verification. Must be either 'Email' or 'Phone'. The endpoint will automatically use the user's bound identifier of this type.

Response

The MFA verification code has been successfully sent to the user's bound identifier.

verificationIdstring required

The unique ID of the verification record. Required to verify the code.