Verify User Code

This endpoint allows you to verify 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, you proceed to validate the verification code.

When the user enters the security code into your application, you can carry out the following actions :

  • Verify the security code to validate the user.
  • Cancel the security code.
  • Check the Status of the security code.

In this API call, you need to 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

Provide the unique ID of the code generator

Body Params
string
required

action to be executed on the code

string
required

id of the request

string
required

code

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