rozod
    Preparing search index...

    Variable postUsersUseridChallengesSmsVerifyConst Api Param

    postUsersUseridChallengesSmsVerify: EndpointGeneric<
        { userId: number },
        { verificationToken: string },
        {
            actionType: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
            challengeId: string;
            code: string;
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/challenges/sms/verify Verifies a two step verification challenge with a code sent via SMS. body The request body.Roblox.TwoStepVerification.Api.VerifyCodeRequest. userId The user ID.