Acn Lookup
acn_lookupBYOK. Look up an Australian Company Number (ACN): returns the same detail as abn_lookup (legal entity name, entity type, ABN status, GST registration, address, business names) for the company's associated ABN. Requires your own ABR web-services GUID via _apiKey (register free at https://abr.business.gov.au/Tools/WebServices). Example: acn_lookup({ acn: "004085616", _apiKey: "your-guid" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| acn | Yes | Australian Company Number, 9 digits, with or without spaces. | |
| _apiKey | Yes | Your ABR web-services GUID. Requires an API key — this pack is BYOK: there is no platform key. Register free at https://abr.business.gov.au/Tools/WebServices (accept the Web Services Agreement to receive a GUID by email). |