Immigration Card (ImmiCard)
Verify an Australian Immigration Card (ImmiCard) by submitting the required immigration card 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 ImmiCard.
"Smith"
Given name(s) on the ImmiCard.
"John"
ImmiCard number.
"ABC1234567890"
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.

