Requires authentication — see Authentication.
Verifies the security code to Validate the user, Cancel the security code and check the Status of the code. You need to provide the code generator id, the request id and the security code of the user once he entered it into your app to perform each action as mentioned above.
The verification code has three possible statuses: PENDING, VALIDATED, or EXPIRED. See the Two Factor Authentication guide for what each status means.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Once the code has been generated and sent to the user via SMS, Email, or WhatsApp, the next step validates the verification code.
When the user enters the security code in your application, you carry out one of the following actions:
- Verifying the security code to validate the user.
- Canceling the security code.
- Checking the status of the security code.
In this API call, you provide the unique identifier ("data.id") of the code generator and the unique identifier ("data.requestId") of the 2FA request previously created.
Related pages
- List code generators
- Create code generator
- Delete code generator
- Code generator information
- Generate & send code
