Business Registrations

Retrieve business registration number and issuer

Returns the business registration number and issuer for a business by searching for it in the commercial registry by name and country.

get/v1/commercial_registrations/search_by_name

Query parameters

namestring

The business's registered name.

countrystring

The country code where the business is registered.

Response

Operation was successful

namestring required

The name of the business.

registration_numberstring

The business's commercial registration number without spaces

registration_issuerstring

The business's registered name.

Example response

[
  {
    "name": "Used Luxury Cars GmbH",
    "registration_number": "HRB 198673",
    "registration_issuer": "AMTSGERICHT München"
  }
]