ADC Check Bulk API
/adc_checks
The same as our ADC check, but you can submit a batch of lookups in one call. Each request carries a check_id so you can correlate results back to your inputs. Suited to periodic batch hygiene runs across customer registers, super funds, insurance books and other long-tenured populations.
Example Request
POSTRequest Schema
requests
Array of ADC check requests. Each accepts the same fields as the single check.
requests[].check_id
Your own ID for the request. Echoed back in the result so you can correlate.
requests[].first_name
First name (exact match).
requests[].middle_name
Optional. Partial matches allowed.
requests[].last_name
Last name (exact match).
requests[].birth_date
YYYY-MM-DD.
Available Response Data
4 Data PointsArray of result items, one per request
The check_id echoed for each result
Per-result matched name, DOB, DOD, DOD range, state, ADC reference and name_match
API reference UUID for the bulk request
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
Scheduled register hygiene
Run a nightly or weekly batch over your customer database to flag deceased records against the official ADC. Cuts down on inappropriate communications and exposure to estate fraud.
Super fund member maintenance
Process member rolls in bulk to spot deceased members and kick off the right downstream workflows (beneficiary contact, claim initiation, ATO reporting).
Insurance book reviews
Periodic scans of in-force policies for deceased life-insured parties. Particularly useful for orphan books and acquired portfolios.
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.
help_center General
Is the matching different from the single check?
add
Is the matching different from the single check?
No. Match logic is identical. You’re just submitting and receiving an array, with check_id correlation
help_center General
What happens if one record in the batch has a bad input?
add
What happens if one record in the batch has a bad input?
Each request is processed on its own. A bad input on one request won’t fail the whole call. That request returns its own per-item error and the rest go through.
API Testing Sandbox tag
Test the ADC Check Bulk 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.