Resolve
POST /v1/resolve. Turn an ABN, ACN, or company name into one canonical Australian entity, joined across every free government register with provenance on every field.
POST https://api.auo.com.au/v1/resolve
Resolve an Australian entity by identifier or name. Returns a ranked list of
candidates, each a single canonical entity joined across every source, with
provenance on every field.
Request
Send exactly one ofabn, acn, or name. Providing both an identifier and a name
returns 400.
match_confidence is capped below an identifier-verified resolve, and
you should verify a candidate by its ABN or ACN before acting on it.charity, licensing,
screening). Defaults to the full set.Response
match_confidence, match_signals, canonical,
conflicts, provenance_complete, and the enrichment blocks that apply.200
with an empty candidates array, not an error. Only an upstream identity-source
outage returns a 502. See Errors.Examples
Enrichment blocks
Depending on the entity, a candidate may include:| Block | Source | What it carries |
|---|---|---|
charity | ACNC | Charity registration, size, registration date. |
licensing | ASIC AFS + credit | Licensee and representative records. |
professional_registrations | ASIC | Financial adviser, registered auditor, SMSF auditor. |
external_ids | GLEIF | The LEI cross-walk (opencorporates, qcc, spglobal). |
superannuation | Super Fund Lookup | Fund status and USI products. |
screening | DFAT + ASIC | Sanctions, banned persons and orgs, insolvency, external administration. |
icn | ORIC | Indigenous Corporation Number, for CATSI entities. |
See also
The entity model
Screen
Authorizations
Bearer token: auo_sk_test_... (sandbox) or auo_sk_live_... (live).
Body
Exactly one of abn, acn, or name is required. Providing an identifier together with a name returns 400.
An 11-digit ABN (spaces are stripped before lookup).
A 9-digit ACN (spaces are stripped before lookup).
Free-text entity name for fuzzy name search.
Optional state filter (e.g. VIC, NSW) used with name search.
Optional postcode filter used with name search.
Name-search mode. Defaults to fuzzy when omitted.
exact, fuzzy