Enhance Record Plus API
/enhance_record_plus
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
POSTRequest Schema
first_name
Required as part of the minimum-search combinations.
middle_name
Optional middle name.
last_name
Required when combined with DOB or address.
dob
Date of birth. Required if you're not sending an address (and vice versa).
phone
0NSN format. A phone is enough on its own to meet the minimum requirement.
email
An email is enough on its own too.
street_address
Address line 1.
suburb
Suburb.
state
ACT, NSW, NT, QLD, SA, TAS, VIC or WA.
postcode
Four-digit postcode.
opt-in
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 PointsAddress match result and the cleaned/corrected address with GNAF ID
Property metadata: last sale date, last rental date, SEIFA indices
IRSAD, IER, IEO
Matched person details: how it matched (name_dob, full_name_exact, etc.), full name, DOB, gender
Judgements count where available
Possible ABN business associations
Deceased flag
Additional addresses linked to the person
Additional phone numbers
Additional email addresses
Court records: name, date, court, location, state, case number, listing type (civil or criminal), case title, additional info
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
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
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.
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.
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.
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.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
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
What's the minimum I need to call this endpoint?
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
Can I use the social records for marketing?
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
Can I treat the court records as proof of something about this person?
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
What do the match types mean?
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.
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 AccessAccess to live sandbox environments requires manual approval from our compliance team.