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
Example response
[
{
"name": "Used Luxury Cars GmbH",
"registration_number": "HRB 198673",
"registration_issuer": "AMTSGERICHT München"
}
]