Passport
Verify an Australian Passport by submitting the required passport details to the Australian Document Verification Service (DVS).
Authorizations
Use your API key in the x-api-key header.
Headers
"{your_api_key}"
Body
Family name on the passport.
"Smith"
Passport number.
"PA1234567"
Given name(s) on the passport.
"John"
Gender as shown on the passport.
"M"
Your unique identifier for this verification request. Defaults to a system-generated UUID if omitted.
"VI-01-01"
Response
Request processed. Check VerificationResultCode to determine whether the verification was valid (1) or invalid (2); Errors is present only when invalid.
Unique identifier assigned by DVS to this verification activity.
"5a1626e0-272f-4a64-b085-1068a877701d"
Code of the agency that originated the verification request.
"IDM001"
Echo of the request's VerificationRequestNumber.
"VI-01-01"
Result of the verification. 1 = Valid, 2 = Invalid.
1, 2 1
Present only when the verification is invalid.

