Birth Certificate
Verify an Australian Birth Certificate by submitting the required birth certificate details to the Australian Document Verification Service (DVS).
Authorizations
Use your API token as a Bearer token in the Authorization header.
Headers
"Bearer {your_api_token}"
Body
Date of birth in DD-MM-YYYY format.
"15-03-1990"
Birth registration number.
State that registered the birth.
"NSW"
Date the birth was registered in DD-MM-YYYY format.
"20-03-1990"
Certificate number.
Family name on the certificate.
Given name(s) on the certificate.
Year the birth was registered.
Date the certificate was printed in DD-MM-YYYY format.
Optional key-value pairs echoed back in the response.
Response
Request processed. Check data.isValid and verificationStatus to determine the outcome.
VERIFIED, REJECTED 3 = Verified, 1 = Rejected.
"australia_birth_certificate"

