Aadhaar Offline e-KYC Verify OTP
POST {{sandbox_host}}/kyc/aadhaar/okyc/otp/verify
Request Body
{"@entity"=>"in.co.sandbox.kyc.aadhaar.okyc.request", "reference_id"=>"{{ref_id}}", "otp"=>"{{otp}}"}
HEADERS
| Key | Datatype | Required | Description |
| Authorization
| string | | JWT Authorization token |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
RESPONSES
status: OK
"{\n \"code\": 200,\n \"timestamp\": {{$timestamp}}000,\n \"transaction_id\": \"{{$randomUUID}}\",\n \"data\": {\n \"@entity\": \"in.co.sandbox.kyc.aadhaar.okyc\",\n \"message\": \"Request under process, please try after 30 seconds\"\n }\n}"