API
Verification via API consumption lets client applications access and use ezto verify APIs to verify users. Clients send credentials or verification data in structured API requests to verification endpoints. Applications then process the verification responses and enforce access control within their systems.
Every API call to ezto Verify must include a
client_id
and arequestedVerification
parameter (such as"gst_validate_otp"
) in the request body. This ensures the system can identify the calling client and clearly determine which verification operation is being requested. Both parameters are mandatory for successfully processing any verification request via the API.
Access Application
1 Navigate to Workspace, and click on Applications.
2 Choose the application you wish to use for the API consumption with configuration as API.
3 Click on the Configuration tab, and select API in the Verification Way.
How it Works
- To initiate the execution process, go to the How to use? tab within the Application. You'll see the steps laid out for you to follow using the cURL commands, or can simply test the flow using the test mode.
1 Build the logic to make HTTP API requests (such as POST
or GET
) directly within your application code.
2 Construct your API requests with the appropriate HTTP method, URL endpoint, required headers, and a structured request body containing all necessary parameters for verification as shown here.
3 For detailed examples of how to create and structure these requests (including sample cURL commands and field descriptions), refer here