Verify User Code

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Path Params
int64
required

Unique identifier of the code generator.

Body Params
string
required

Action to perform on the verification code.

string
required

Unique identifier of the verification request.

string
required

Security code entered by the user.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json