Skip to main content

Get Result

The Get Result API offered by ezto verify serves the purpose of retrieving the outcomes or results generated by the actions initiated through the Send Request API.

note

If the Result Hook Notification Way is configured as PUSH and QUEUE, calling this API is not a requirement.

Base URL

Path Params

Header Params

Request Body

Below is the request body structure for the Get Result enpoint

auth_req_idstringRequired

Sample Request Body
{
"auth_req_id": "eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2In0..B-Nm1KddIMFEFIqvZpBybA.ZYe6Elbf-Uw9EOBE3BEe33YtzeW3lLfS1p6WCg9MY_NeuIC_rrcmLbTVfwH_qjNCDWJ3inljSiy8cB-HM4ORK-4z4TrDTsCugwGuUsxKRx7JZcq-PeOYWhpakc-HvIvxyPDdJmwPqREKCZurm8W3sOOC6W_6pZ0tj4eE2zNIzD-y-YuLlsHVIAlvVwDRUNQ7dThVjwZR2RBMS4DhljijHcVffBJWlnExIrvtcC08ARywCAqZ70LBv4E_VYFlGy87E64nWDZSZxyVM0wudeJ2uA5jv3c7eXUaSJnacaRq0b6tY3oyN2w-W4ONpg49X-2_ZJHsM9Kn2wDnF5H0WWae4nRkSOoTJZ3ONTJ7J4TRPM4ZI1Z-o4rbEYh_vbuQXV3eHV8voTb0d6dZDlkCBP-Y1PIIXb8iUMeqkDMU3LTfvbv0LhcJ5EwXDwLwagJf23wIdPL-FcyxYzE9r2-ujv0Unh-kKeu0VRoSSMY6b3C2-GTZQRGpsYLEVz12e-v8Y0d6I3gZnU-ixcuXwVm8QiAzDzOprVpcWKhk_691u7b-9YDFx_eg9nU9m08d3msRGw5x1fzx8yxEwYb1m7z0niHGx4oXfVM3U6wI3RctY4PxXFuS0pz7BsFCcZqLS",
}

Response Body

Here is the response body structure for the Get Result API.

requestIdstring

userIdstring

note

The request and response are different based on the application's configuration, which can be build using API Builder.

HTTP STATUS CODE SUMMARY
200OKEverything worked as expected.
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedNo valid App secret or App ID provided.
402Request FailedThe parameters were valid but the request failed.
403ForbiddenThe Application doesn't have permissions to perform the request.
404Not FoundThe requested resource doesn't exist.
500Server ErrorsSomething went wrong on ezto verify's end. (These are rare.)
Loading...