Find an ABN
Find an ABN of a registered company or sole trader.
Find an ABN
POST https://api.verifynest.io/api/public/v1/verify/findabn
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 keyword - eg. SAMPLE MEDIA PTY LTD
{
"Message": "",
"Names": [
{
"Abn": "54107003341",
"AbnStatus": "0000000001",
"IsCurrent": true,
"Name": "SAMPLE MEDIA PTY LTD",
"NameType": "Entity Name",
"Postcode": "4551",
"Score": 100,
"State": "QLD"
},
{
"Abn": "62002098342",
"AbnStatus": "0000000001",
"IsCurrent": true,
"Name": "SAMPLE X NET",
"NameType": "Business Name",
"Postcode": "2780",
"Score": 92,
"State": "NSW"
}
]
}Last updated
Was this helpful?