Skip to main content
Sign up for a free Enginify account to get started. After registration, you’ll receive a client_id and client_secret to build and test all Enginify verification API services using simulated data.

Verification APIs ✅

Our reliable API suite enables seamless integration for both Identity Verification (KYC) and Business Verification (KYB) services. Enhance customer trust and streamline onboarding with our flexible and dependable verification solutions.

Identity

APIDescription
Aadhaar BasicUse this API to retrieve Aadhaar information.
Send Aadhaar OTPUse this API to send OTP for Aadhaar.
Verify Aadhaar OTPUse this API to verify the OTP.
PAN comprehensiveUse this API to retrieving Mobile information.
PAN liteUse this API to retrieve DTH information.

Banking

APIDescription
IFSCUse this API to retrieve Aadhaar information.
Verify UPIUse this API to verify UPI.
Verify PennydropUse this API to verify Pennydrop.

GSTIN

APIDescription
GSTIN AdvanceUse this API to fetch advanced details of a business entity using its GSTIN.
GSTIN by PANUse this API to find the record using PAN no.
GSTIN Filling FalseThis API simulates GST return filing for testing without impacting real data.
GSTIN Filling TrueUse this API to fetch details using a valid GSTIN.

Plan

APIDescription
Get Bill InfoUse this API to get the Bill information.
Get Circle-listUse this API to get the circle list.
DTH-InfoUse this API to retrieve DTH information.
Operator InfoUse this API to retrieve Operator information.
Get Operator ListUse this API to get DTH Operator List.
Operator PlanUse this API to retrieve Operator Plan.

Details

APIDescription
Address PinUse this API to get the address details.
IP InfoUse this API to fetch the IP info.
OCR-PANUse this API to extract details from a PAN card using OCR.

Merchants

APIDescription
Driving LicenseUse this API to fetch merchant info using DL.
MCA CompanyUse this API to fetch merchant info using company name.
PassportUse this API to fetch merchant info using passport.
Voter-IDUse this API to fetch merchant info using Voter-ID.

Digilocker

APIDescription
InitiateUse this API to initiate the Digilocker linking process for a user.
Status and OAuth VerifyUse this API to check the current status of a Digilocker request using the request ID.
Get Docs ListUse this API to get the Document list.
Download DocsUse this API to download documents.

TAN

APIDescription
TAN AdvanceUse this API to fetch advanced or detailed information related to a TAN.
TAN LiteUse this API to fetch basic details of a TAN.

C-KYC

APIDescription
DownloadUse this API to download the CKYC document of an individual.
SearchUse this API to search and retrieve CKYC details of an individual.

Shop

APIDescription
Get Shop DetailsUse this API to get shop details.
Shop StateUse this API to get the State of the shop.

Digilocker V2

APIDescription
InitiateUse this API to initiate the process.
Aadhaar DetailsUse this API to fetch Aadhaar details.

Authentication ✔

All API endpoints are authenticated using Basic auth and picked up from the specification file.
"security": [
  {
    "basicAuth": [
       "type": "https",
      "scheme": "basic"
    ]
  }
]