Person History API

POST
/person_history
LIVE

Query and retrieve additional historical data for a specific individual. Includes an automatic Australian Death Check (ADC).

Example Request

POST
request.json
key Auth: BearerAuth
{
  "first_name": "John",
  "last_name": "Smith",
  "birth_date": "1998-03-21",
  "phone": "0491222111",
  "email": "jsmith1998@example.com"
}

Request Schema

first_name
Required
string
last_name
Required
string
birth_date
Optional
string
phone
Optional
string
email
Optional
string

(At least one optional contact/dob parameter required).

Available Response Data

7 Data Points
01
monitor_heart

Message Status

02
fact_check

Array of Verified Identity Matches

03
person

Full Name Details

04
location_on

Known Associated Addresses

05
monitor_heart

Deceased Status Flags

ADC

06
alternate_email

Known Associated Phones and Emails

07
schedule

First Seen / Last Seen Historic Timestamps

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

verified

Enhanced Due Diligence (EDD)

Cross-reference applicant details against deep historical data to ensure they haven't fabricated an identity.

verified

Estate & Probate Verification

Utilise the integrated Australian Death Check (ADC) to confidently handle deceased estate processes and freeze affected accounts.

Real-time Notifications

Webhooks & Events tag

notifications
person-history-compiled

Receive a notification when deep historical aggregation tasks are complete.

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.

help_center General

Why is an additional parameter required?

add

Names alone (e.g., “John Smith”) are not unique identifiers. Providing a DOB, phone, or email ensures the API accurately locates the exact individual you are investigating.

Try it Live

API Testing Sandbox tag

Test the Person History 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