Marriage Certificate
Verify an Australian Marriage Certificate by submitting the required marriage 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 of the first party.
"Smith"
Given name(s) of the first party.
"John"
Marriage registration number.
"123456"
State that registered the marriage.
"NSW"
Date the marriage was registered.
"2018-08-25"
Certificate number.
"987654321"
Family name of the second party.
"Jones"
Given name(s) of the second party.
"Jane"
Year the marriage was registered.
"2018"
Date the certificate was printed.
"2018-09-01"
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.

