- Open Google Authenticator on your phone.
- Tap the plus sign + in the app.
- Select the Scan barcode option.
- Scan the QR Code on the browser tab that you opened previously.
- Switch to Postman and from the Factor Lifecycle Operations collection, select the POST Activate 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 request results in an HTTP status code of
200and a JSON payload response.