Enhance Record Plus API

POST
/enhance_record_plus
LIVE

Hand it a partial person record and it gives you back the full picture: verified address, additional phones and emails, possible business associations, demographic indices, plus court records and social records for the matched contacts. The "Plus" tier runs the court and social checks automatically on the matched result, so you get a richer dossier than the base Enhance Record service in a single call.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "first_name": "Michael",
  "middle_name": "John",
  "last_name": "Raymond",
  "dob": "1969-06-21",
  "phone": "0412345678",
  "email": "michael.raymond@example.com",
  "street_address": "12 Conestoga Way",
  "suburb": "Upper Coomera",
  "state": "QLD",
  "postcode": "4209",
  "opt-in": false
}

Request Schema

first_name
Required
string

Required as part of the minimum-search combinations.

middle_name
Optional
string

Optional middle name.

last_name
Required
string

Required when combined with DOB or address.

dob
Required
string

Date of birth. Required if you're not sending an address (and vice versa).

phone
Required
string

0NSN format. A phone is enough on its own to meet the minimum requirement.

email
Required
string

An email is enough on its own too.

street_address
Optional
string

Address line 1.

suburb
Optional
string

Suburb.

state
Optional
enum

ACT, NSW, NT, QLD, SA, TAS, VIC or WA.

postcode
Optional
string

Four-digit postcode.

opt-in
Optional
boolean

Limit results to records opted in to marketing or public records (such as whitepages). Social records are never opt-in checked and must not be used for marketing.

Available Response Data

11 Data Points
01
fact_check

Address match result and the cleaned/corrected address with GNAF ID

02
schedule

Property metadata: last sale date, last rental date, SEIFA indices

IRSAD, IER, IEO

03
fact_check

Matched person details: how it matched (name_dob, full_name_exact, etc.), full name, DOB, gender

04
tag

Judgements count where available

05
data_object

Possible ABN business associations

06
data_object

Deceased flag

07
location_on

Additional addresses linked to the person

08
alternate_email

Additional phone numbers

09
location_on

Additional email addresses

10
monitor_heart

Court records: name, date, court, location, state, case number, listing type (civil or criminal), case title, additional info

11
location_on

Social records keyed by the email or phone they're linked to, with profile, location, employment, employment history, education, emails, phones, skills, interests and socials

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

account_circle

Customer 360 enrichment

Take a single phone or email captured at sign-up and turn it into a full identity record. Alternate contacts, current address, business associations and demographic indices, all without re-asking the customer.

support_agent

EDD on higher-risk customers

Roll the address verification, judgements count, court records and social profile into one dossier suitable for enhanced due diligence on PEPs, high-net-worth customers or elevated-risk onboardings.

support_agent

Skip tracing and debt recovery

Resolve a stale or partial contact record into current address and alternate contact details, ready for collections and skip-tracing work.

gavel

Pre-engagement screening for legal teams

Surface public court records and judgements linked to a counterparty before you sign engagement letters, contracts or supplier agreements.

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

What's the minimum I need to call this endpoint?

add

Any one of: first name plus last name plus DOB or address; or just a phone number; or just an email. Anything less and you get a 400 with “Insufficient information to perform the request”.

gavel Compliance

Can I use the social records for marketing?

add

No. Social records aren’t checked for opt-in status. They appear because an email or phone number on the record shows up in social media data. Use them for identity context only, not for marketing.

gavel Compliance

Can I treat the court records as proof of something about this person?

add

Court records appear because the name and state line up with public court records. That isn’t proof the record refers to your subject. Treat them as a signal worth investigating, then do your own enquiries before acting on the information.

rocket_launch Implementation

What do the match types mean?

add

The match_result value tells you how the candidate was found. Full name and DOB together is name_dob. Full name only is full_name_exact. First initial plus last name plus phone is name_initial_phone. There’s a long list of these in the docs. Use the value to weight your downstream confidence in the result.

Try it Live

API Testing Sandbox tag

Test the Enhance Record Plus 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