Last updated 6 months ago
Was this helpful?
The following API triggers the SMS message with the OTP code to the registered mobile number associated to the card
Use the OTP code to perform the actual lookup
Government database lookup API
Bearer token
POST /api/v2/id/lookup/ind/id/otp HTTP/1.1 Host: id.uqudo.io Authorization: text Content-Type: application/json Accept: */* Content-Length: 25 { "documentNumber": "text" }
OK
{ "requestId": "text" }
POST /api/v2/id/lookup/ind/id HTTP/1.1 Host: id.uqudo.io Authorization: text Content-Type: application/json Accept: */* Content-Length: 57 { "otp": "text", "documentNumber": "text", "requestId": "text" }
{ "faceImage": "text", "fullName": "text", "dateOfBirth": "text", "dateOfBirthFormatted": "text", "gender": "text", "address": "text", "documentNumber": "text", "fatherName": "text", "husbandName": "text", "relativeName": "text" }
POST /api/v2/id/lookup/ind/pan HTTP/1.1 Host: id.uqudo.io Authorization: text Content-Type: application/json Accept: */* Content-Length: 25 { "documentNumber": "text" }
{ "fullName": "text", "documentNumber": "text", "fatherName": "text" }