Check a company name registration

Check if a company name has been registered.

circle-info

PLEASE NOTE: This endpoint requires a premium subscription.

Check company

POST https://api.verifynest.io/api/public/v1/verify/checkcompany

This endpoint allows you to verify if a company or business name has been registered.

Headers

Name
Type
Description

Authorization

string

Bearer <API_TOKEN>

Request Body

Name
Type
Description

keyword

string

The name of the company/business name - eg. EXAMPLE PTY LTD

{
    "code": "Unavailable",
    "shortDescription": "EXAMPLE PTY LTD is unavailable.",
    "objection": [
        {
            "code": "EXISTCOY",
            "descriptions": "IDENTICAL TO AN ALREADY REGISTERED CORPORATION - Australian Proprietary Company EXAMPLE PTY LTD ACN 110 219 460",
            "context": {
                "line": [
                    "110219460",
                    "EXAMPLE PTY LTD"
                ]
            }
        }
    ]
}

Last updated

Was this helpful?