Last updated 5 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
curl -L \ --request POST \ --url 'https://id.uqudo.io/api/v2/id/lookup/ind/id/otp' \ --header 'Authorization: text' \ --header 'Content-Type: application/json' \ --data '{ "documentNumber": "text" }'
{ "requestId": "text" }
curl -L \ --request POST \ --url 'https://id.uqudo.io/api/v2/id/lookup/ind/id' \ --header 'Authorization: text' \ --header 'Content-Type: application/json' \ --data '{ "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" }
curl -L \ --request POST \ --url 'https://id.uqudo.io/api/v2/id/lookup/ind/pan' \ --header 'Authorization: text' \ --header 'Content-Type: application/json' \ --data '{ "documentNumber": "text" }'
{ "fullName": "text", "documentNumber": "text", "fatherName": "text" }