Open the Factors (Okta API) collection, and then the Factor Verification Operations collection.
Select the POST Verify TOTP Factor request template.
Replace the
{userId}and{factorId}variables with the User ID and Factor ID values that you copied previously.Select the Body tab, and in the JSON body of the request, replace the
passCodevalue with the passcode shown in the Google Authenticator app.Click Send. A successful verification of a token results in an HTTP status code of
200with a JSON payload that contains the keyfactorResultwith the value ofSUCCESS.Unsuccessful verification attempts result in an HTTP status code of
403with a JSON payload that contains the keyerrorCode.