Verify an ACN
Check if an ACN of an Australian Company is valid.
Verify ACN
POST https://api.verifynest.io/api/public/v1/verify/verifyacn
This endpoint allows you to verify if an ACN of an Australian Company is valid.
Headers
Name
Type
Description
Authorization*
string
Bearer <API_TOKEN>
Request Body
Name
Type
Description
keyword*
string
The ACN - eg. 107003343
{
"Abn": "54107003331",
"AbnStatus": "Active",
"AbnStatusEffectiveFrom": "2005-01-01",
"Acn": "107003343",
"AddressDate": "2021-02-15",
"AddressPostcode": "4551",
"AddressState": "QLD",
"BusinessName": [],
"EntityName": "TEST COMPANY PTY LTD",
"EntityTypeCode": "PRV",
"EntityTypeName": "Australian Private Company",
"Gst": "2006-01-01",
"Message": ""
}Last updated
Was this helpful?