v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

Passport

post/v1/api_hub/passport_l1

Request body

passport_file_numberstring required
dobstring required

dd-mm-yyyy

Response

200

statusinteger
file_numberstring
date_of_birthstring
namestring
surnamestring
full_namestring
type_of_applicantstring
application_received_datestring
passport_statusstring
userstring
dobstring
checkstring
created_timestring

Example response

{
  "status": 1,
  "file_number": "xxxxxxxxxx",
  "date_of_birth": "xx/xx/1973",
  "name": "xxxx",
  "surname": "xxxxx",
  "full_name": "xx xx",
  "type_of_applicant": "xxx",
  "application_received_date": "xx/xx/2021",
  "passport_status": "xx xx has been dispatched on 12/xx/xxxx via  Speed Post Tracking Number xxxxxxxx.",
  "user": "vp_inhouse_docverify",
  "dob": "xx-xx-xxxx",
  "check": "PAxxxx",
  "created_time": "Thu, 18 Jul 2024 08:02:44 GMT"
}