---
title: "Search for business's commercial registration"
method: GET
path: "/v1/commercial_registrations/find"
tags: ["Business Registrations"]
---

# Search for business's commercial registration

`GET /v1/commercial_registrations/find`

Retrieves the business's information from the commercial registry. You must add the business's `registration_number` and `registration_issuer` in the request URL.

## Query parameters

- `registration_number` string
- `registration_issuer` string
- `country` string

## Response `200`

Operation was successful

- GetRetrieveCommercialRegistryResponse
  - `name` string, required — The business's registered name.
  - `address` object
    - `line_1` string
    - `line_2` string
    - `postal_code` string
    - `city` string
    - `country` string
    - `state` string
  - `legal_form` string — The business's legal form.
  - `tax_country` string — The country where the business is taxable.
  - `registration_number` string — The business's commercial registration number without spaces.
  - `registration_issuer` string — The entity that issued the business commercial registration number.
  - `registration_date` string — The date when the business was registered.
  - `registry_updated_at` string — The date when the business's entry in the commercial registry was last amended.
  - `commercial_registry_industry_key` string[] — A list of NACE codes or industry keys for the business
  - `legal_representatives` object[] — A list of the names of the legal representatives of the business.
    - `first_name` string — First name of the legal representative.
    - `last_name` string — Last name of the legal representative.

## Other responses

- `403` — Unauthorized Action
- `404` — Model Not Found

---

[API](https://skmtc.net/solarisgroup/apis/businesses.md) · [All operations](https://skmtc.net/solarisgroup/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/businesses/revisions/bfe5b8ff165b/schema)
