Submit the information required for the step received from the response of this route or the base OAuth route.

Request

{
    "ticket": "cLy5NgaDy2sHisZ2mZ5sbu", // Session Ticket.
    "proof": "kpPPqjaDBUtxo8y4hERSfd", // Proof String, in correct crono concatenation.
    "submit_for_variant": "VERIFICATION", // Variant Name.
    "submit_for_step": "1", // Step Number.
    "payload": {
        // Variant Dependant See Below.
    },
    "metadata": {
        "v1": "DEBUG_FINGERPRINTXYZ", // Fingerprint.
        "uid": "923785102758091275892" // User_id.
    }
}

Response - [Generic] More Steps Required

{
    "state":true,
    "data":{
        "err_message":"",
        "data":{
            "user_id": "702877938567086080",
            "steps": { // The next step.
                "variant": "VERIFICATION", // The variant of the next step.
                "settings": { "enabled": true, "critical": true }
            },
            "organization_id": "848WN4oEUgisKrV9dY9Ni6",
            "flow_started": "true",
            "flow_failed": "false",
            "property_type": "discord",
            "flow_fail_reason": "",
            "property_id": "D#1007491775344160808",
            "proof": "7b7EuvUtGXHF9jUoGF5ukr" // The proof string for this step, make sure to record it.
        }
    }
}

Response - [Generic] Flow Complete

{
    "state": true,
    "data": {
        "err_message": 0,
        "data": {},
        "flow_complete": true
    },
    "err": ""
}

Variants

Verification Request Body

{
    "ticket": "vbNEsjGDSfHhenhqKeUhjj",
    "proof": "ehqK8cLUJHT1wqa39HGTiy",
    "submit_for_variant": "VERIFICATION",
    "submit_for_step": 1,
    "metadata": {
        "v1": "33LziURtdjTzHho7zTPx", // FPJS Visitor ID
        "uid": "702877938567086080" // User ID
    },
    "payload": {
        "cdata": "0.b0Ji9nrjTAesr050CkQW5ECaPNNs1X5dMiua0ex5SdsY_mPll19pA864rIayG--9p2FUNrxyImvu7goZUjTfa6s-KXLfObgpTwQ8dZdW73oKMojDbnHp8hSeqx6Y_6jC60sg1fw1ucQJJlVHGqRtEN55mKXKkBstIXRh7grHLtP4Z5_wkvYx6nEF8yKaMvtlu-ZS1FRccUAUKKhoCIYBRE8hnSg7XaYkZ-R5D91_JYlAkjS2JhpPKuezI-SaYEJYzn-7siVPVJMXSKlXla2SHypbJzIqK6oxA52wGzciFaewn6j_C1ns5qkTlT4VXQtvgq7AGzZAls6ghUi18UDcj-rmI8ZLQNIAKH124qmHwYIBzvWikVm-VpkfdpaOixvK5xuNqjuAqIDfsm4CMcWTBcMnjSjXAVLkwL5Igads_VqvlcGm4tcboPZayMGlBGTNjK-G3563PgqmQs0-Ui8r321YBX8HoYB2PnD2SZjvzPc.bjp2YP0zgF2vQc25R2LsPQ.4b3d15c8bd853bc66942c92ad401bb520338ed56996f77455d51b60d9a95fa68", // Turnstile Challenge Data.
        "cs": {
            "vid": "33LziURtdjTzHho7zTPx", // FPJS Visitor ID
            "rid": "1669471376694.aYlm9w" // FPJS Request ID
        }
    }
}