Company Details

GET {{baseUrl}}/cas/companies/:companyId?details=true

Get details for a single company.

Response Body

KeyDatatypeMandatoryConstraints
idStringYes
nameStringYes
numberStringNoThis will return an ACN for Australian Companies and the NZCN (not NZBN) for New Zealand Companies.
agentIdNumberNo
incorporationDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
annualReviewDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
businessNumberNumberNoABN / NZBN
registrationStateStringNoMust be one of 'ACT'/'NSW'/'VIC'/'QLD'/'SA'/'WA'/'TAS'/'NT'
jurisdictionStringYesCurrently only 'Australia' is allowed
typeObjectNoSee table below
registeredbooleanYesfalse companies will show up in company registrations

type object

Note: Within Australia, only certain combinations of companyType, companyClass and companySubClass are valid

KeyDatatypeMandatoryConstraints
companyTypeStringYesMust be one of 'Small Proprietary'/'Large Proprietary'/'Public Company'
companyClassStringYesMust be one of 'Limited by Shares'/'Limited by Guarantee'/'Limited by Shares and Guarantee'/'Unlimited'/'No Liability'
companySubClassStringYesMust be one of 'None'/'Superannuation Trustee Company'/'Non Profit Company'/'Home Unit Company'/'Listed'/'Unlisted'/'Section 150 License'/'Unlisted Non Profit

details object (Optional Paramter)

KeyDatatypeMandatoryConstraints
abnNoNo
asicAgentNumberStringNo
annualReviewStatusStringYes
annualReviewStatusDateStringNoISO 8601 date https://en.wikipedia.org/wiki/ISO_8601
clientNumberNoNo
labelsString[]NoName of labels associated with the company
superFundContactIdsNoIf company is linked as Corporate Trustee of an SMSF, the ContactId will be returned

Request Params

KeyDatatypeRequiredDescription
detailsboolean[example = 'true']Enabling this option will display Annual Review Date, Annual Review Status, Annual Review Status Date, ASIC agent number and labels for the company.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"agentId":null,"annualReviewDate":"2020-06-29","businessNumber":null,"details":{"abn":null,"annualReviewStatus":"UPCOMING","annualReviewStatusDate":"2020-06-29","asicAgentNumber":null,"clientNumber":null,"labels":[],"superFundContactIds":[1062973]},"id":"889ff4b7-766f-4b30-b33e-c2cdce97ff03","incorporationDate":"2007-06-29","jurisdiction":"Australia","name":"My Super Trustee","number":"002999993","registered":true,"registrationState":"ACT","type":{"companyClass":"Limited by Shares","companySubClass":"None","companyType":"Small Proprietary"}}