Validate a citizenship certificate API

POST
/dvs/citizenship
LIVE

Validates an Australian citizenship certificate against the DVS using the stock number and acquisition date. Confirms the certificate was genuinely issued by the Department of Home Affairs and matches the identity you've supplied.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "consent": true,
  "first_name": "John",
  "last_name": "Smith",
  "birth_date": "1980-01-01",
  "acquisition_date": "1980-01-01",
  "stock_number": "123/45678"
}

Request Schema

preflight
Required
boolean

Input validation only.

consent
Required
boolean

Individual's consent.

first_name last_name birth_date
Required
string

Identity of the document holder.

acquisition_date
Required
string

Acquisition date printed on the certificate.

stock_number
Required
string

Stock number printed on the certificate.

Available Response Data

3 Data Points
01
monitor_heart

verification_result_code: Y, N, D or S

02
tag

activity_id and verification_request_number

03
data_object

additional_information array

for example CC-001 Document invalid

lock Full API documentation provided after vetting from our compliance team.
By The Numbers

API Data Scale & Coverage tag

Unmatched data depth to power your compliance and verification workflows.

50M+
Phone & Email Records
40M+
Adverse Court Records
2BN+
Australian Universe Records
18M+
Real Estate Records
7M+
Deceased Records
980M+
Social Media & Employment Records
Practical Applications

Technical Use Cases tag

public

Citizenship verification for naturalised Australians

Confirm citizenship status for customers who naturalised, where the citizenship certificate is their proof-of-citizenship document.

work

Government and security-cleared roles

Pre-employment checks where Australian citizenship is a requirement for the role (Defence, certain APS positions

Trust & Assurance

Compliance & Security tag

Enterprise-grade infrastructure audited against the standards your regulators require.

verified_user
ISO 27001 Certified
enhanced_encryption
AES-256 Encryption
public
Australian Data Sovereignty
Integration & Support

Common Questions tag

Everything you need to know about implementation details and compliance infrastructure.

rocket_launch Implementation

Where do I find the stock number?

add

It’s printed on the citizenship certificate itself, usually in a XXX/XXXXX format. Both the stock number and the acquisition date are required.

Try it Live

API Testing Sandbox tag

Test the Validate a citizenship certificate API directly in your browser with live mock data and see instant results.

rocket_launch Request Sandbox Access

Access to live sandbox environments requires manual approval from our compliance team.

BACK TO TOP