Find company/business name registrations
Check if a company/business name or partial company/business name has been registered
Find companies
POST https://api.verifynest.io/api/public/v1/verify/findcompany
This endpoint allows you to search the Australian company and business name register.
Headers
Name
Type
Description
Authorization
string
Bearer <API_TOKEN>
Request Body
Name
Type
Description
keyword
string
The company name you are looking for
[
{
"companyName": "EXAMPLE PTY LTD",
"acn": "110219460"
}
]Last updated
Was this helpful?