# Search for business's commercial registration Retrieves the business's information from the commercial registry. You must add the business's and in the request URL. Endpoint: GET /v1/commercial_registrations/find Version: 1.0 ## Query parameters: - `registration_number` (string) The business's commercial registration number without spaces. - `registration_issuer` (string) The entity that issued the business commercial registration number. - `country` (string) The country code where the business is registered. ## Response 200 fields (application/json): - `name` (string, required) The business's registered name. Example: "FLOOR 13 GmbH" - `address` (object) - `address.line_1` (string) Example: "Seestraße 9" - `address.line_2` (string) - `address.postal_code` (string) Example: "86919" - `address.city` (string) Example: "Utting a.Ammersee" - `address.country` (string) Example: "DE" - `address.state` (string) - `legal_form` (string) The business's legal form. Example: "GMBH" - `tax_country` (string) The country where the business is taxable. Example: "DE" - `registration_number` (string) The business's commercial registration number without spaces. Example: "HRB198673" - `registration_issuer` (string) The entity that issued the business commercial registration number. Example: "AMTSGERICHT München" - `registration_date` (string) The date when the business was registered. Example: "2012-05-09" - `registry_updated_at` (string) The date when the business's entry in the commercial registry was last amended. Example: "2015-11-17" - `commercial_registry_industry_key` (array) A list of NACE codes or industry keys for the business Example: ["55.10.1 Hotels"] - `legal_representatives` (array) A list of the names of the legal representatives of the business. - `legal_representatives.first_name` (string) First name of the legal representative. Example: "Stefan" - `legal_representatives.last_name` (string) Last name of the legal representative. Example: "Schneider" ## Response 403 fields (application/json): - `title` (string) Example: "Unauthorized Action" - `status` (string) Example: "403" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Unauthorized action is not allowed." - `code` (string) Example: "unauthorized_action" ## Response 404 fields (application/json): - `title` (string) Example: "Model Not Found" - `status` (string) Example: "404" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `code` (string) Example: "model_not_found"