1. Get an API key
Sign up at auo.com.au/app/signup, then create a key from the dashboard. You get two prefixes:auo_sk_test_...returns synthetic sandbox fixtures. Free, safe to experiment with.auo_sk_live_...returns real government data. Same code path, real results.
2. Make your first call
Resolve the Australian Taxation Office by its ABN. Pass your key as a bearer token.3. Read the response
Every field carries itssource and, where the source dates it, an as_of
timestamp. That is the provenance you can hand to a compliance reviewer.
Response
A name that ABR does not recognise returns a clean
200 with an empty
candidates array, not an error. Only an identity-source outage returns a 502.Next steps
Resolve by name
Pass
name instead of an identifier for a ranked, fuzzy match.Screen an entity
Check a name against sanctions and banned-persons registers.
Watch for changes
Get a signed webhook when a monitored entity changes.
The entity model
Why an ACN is not just an ABN, and how trusts resolve to a trustee.