Registration by Descent Certificate
Verify an Australian Registration by Descent Certificate by submitting the required registration by descent certificate 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 certificate.
"Smith"
Certificate stock number.
"123456789"
Date citizenship was acquired.
"2020-01-15"
Given name(s) on the certificate.
"John"
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.

