Create a Business Intelligence Request API

POST
/business_intelligence
EXPERIMENTAL

Pulls together a deep-dive intelligence report on the business behind an ABN. The report combines ABN status and history, ACN data, recent ASIC documents, business names, domains, websites, ANZSIC code, AUSTRAC remitter details and a generated summary. The query takes a few minutes to compile. Queue it with this endpoint, then poll the retrieve endpoint with the returned request_uuid.

Example Request

POST
request.json
key Auth: BearerAuth
{
  "abn": "12345678901"
}

Request Schema

abn
Required
string

The 11-digit ABN to investigate.

Available Response Data

2 Data Points
01
fingerprint

request_uuid

identifier for polling the result

02
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

analytics

Commercial onboarding research

Run a deep business profile when onboarding a new commercial customer. Surfaces entity history, related domains, trading names and AUSTRAC remitter status in one report.

policy

Counterparty due diligence

Useful as part of EDD on business counterparties. Particularly relevant for AUSTRAC-regulated entities transacting with remitters or other reporting entities.

gavel

Pre-litigation business profiling

Build a full picture of a business before legal action. Recent ASIC documents, name history, current website and trading entities all in one place.

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

Why is this asynchronous?

add

A business intelligence report aggregates data from ASIC, ABN/ABR, web sources, AUSTRAC remitter records and other sources. It takes a few minutes. The right approach is to poll the retrieve endpoint with exponential backoff until status is complete or failed.

help_center General

Why is this marked Experimental?

add

The Business Intelligence API is still being actively developed. Field names, structure and behaviour may change. Fine for internal tooling and trial integrations. Hold off on hard-coding it into mission-critical workflows until it’s promoted to GA.

Try it Live

API Testing Sandbox tag

Test the Create a Business Intelligence Request 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