India
Aadhaar Card
The following API triggers the SMS message with the OTP code to the registered mobile number associated to the card
Government database lookup API
Bearer token
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
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"
}
{
"requestId": "text"
}
Use the OTP code to perform the actual lookup
Government database lookup API
Bearer token
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
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"
}
PAN card
Government database lookup API
Bearer token
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
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"
}
Last updated
Was this helpful?