Super Check API

POST
/super_check
LIVE

Validates identity details against Australian superannuation records. Per-field MATCHED / UNMATCHED responses across name, DOB, middle name, address, email, phone and employer ABN. Gives you an independent identity signal sourced from the super system, which covers nearly every working Australian.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "first_name": "John",
  "middle_name": "James",
  "last_name": "Doe",
  "birth_date": "1990-01-01",
  "address": {
    "street_address": "4/123 Fake Street",
    "suburb": "Fakeville",
    "state": "VIC",
    "postcode": "3987"
  },
  "email": "john@example.com",
  "phone": "0400123456",
  "employer_abn": "12345678901",
  "consent": true
}

Request Schema

consent
Required
string

Individual's consent to search super records.

first_name last_name birth_date
Required
mixed

Minimum required for a valid lookup.

middle_name
Optional
string

Optional Middle name

address
Optional
string

street_address, suburb, state, postcode

email
Optional
string

Additional fields evaluated for match outcome.

phone
Optional
integer

Additional fields evaluated for match outcome.

employer_abn
Optional
string

Additional fields evaluated for match outcome.

Available Response Data

7 Data Points
01
data_object

Person

returned as MATCHED or UNMATCHED based on first_name + last_name + birth_date

02
person

Middle_name

returned as MATCHED or UNMATCHED.

03
location_on

Address

returned as MATCHED or UNMATCHED.

04
alternate_email

Email

returned as MATCHED or UNMATCHED.

05
alternate_email

Phone

returned as MATCHED or UNMATCHED.

06
data_object

Employer_abn

returned as MATCHED or UNMATCHED.

07
fingerprint

API reference UUID

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

savings

Super fund member verification

Super trustees can verify member identity at onboarding using identity attributes matched against the broader super dataset.

compare

Cross-validation against payroll

Pair Super Check with Payroll Check to validate identity across two independent employment datasets. A strong signal for higher-assurance verification.

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.

gavel Compliance

What's the consent requirement?

add

The individual’s consent to search superannuation records is required (consent: true). Without it, the lookup won’t run.

rocket_launch Implementation

Should I use this or the combined payroll_super_check?

add

Use this one when you only need a super match. The combined endpoint lets you exercise both datasets in a single call with independent consent flags. Handy when your workflow can use either match.

Try it Live

API Testing Sandbox tag

Test the Super Check 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