Company Risk Report API

POST
/company_risk
LIVE

Orders a company risk report using an ABN or ACN. The job is queued and an api_reference is returned. Poll the retrieve endpoint until the report is complete.

Example Request

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

Request Schema

abn
Conditional
string

Supply ABN or ACN, not both. 11 digits, whitespace ignored.

acn
Conditional
string

9 digits.

Available Response Data

1 Data Point
01
fingerprint

api_reference

used to poll /company_risk/{api_reference}

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

assessment

Pre-engagement risk scoring

Order a Company Risk report before extending credit, signing a long-term contract, or accepting a counterparty in a regulated transaction.

gavel

Litigation exposure profiling

Surface a company's litigation history and risk-relevant filings as part of legal due diligence.

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

The report aggregates multiple data sources and takes time to compile. Queue the report, then poll the retrieve endpoint with exponential backoff until status is complete.

Try it Live

API Testing Sandbox tag

Test the Company Risk Report 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