Passport
Passport v2
Verify Indian passport details using passport file number and date of birth
POST
Verifies an Indian passport by validating the passport file number and date of birth against government records via the IDFY provider. Returns passport holder details, application status, and credit usage for the request.
Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Body
application/json
Passport file number (alphanumeric, 10-20 characters).
Required string length:
10 - 20Pattern:
^[A-Z0-9]+$Example:
"BL1065981427925"
Date of birth in YYYY-MM-DD format (ISO 8601).
Pattern:
^[0-9]{4}-[0-9]{2}-[0-9]{2}$Example:
"2002-07-02"
Response
Passport verification successful - Passport found and verified
Overall status of the API
Available options:
success, error HTTP status code
Example:
400
Description of the response or error
Example:
"Invalid request parameters"
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

