---
title: "Retrieve business registration number and issuer"
method: GET
path: "/v1/commercial_registrations/search_by_name"
tags: ["Business Registrations"]
---

# Retrieve business registration number and issuer

`GET /v1/commercial_registrations/search_by_name`

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

## Query parameters

- `name` string
- `country` string

## Response `200`

Operation was successful

- GetSearchByNameResult[]
  - `name` string, required — The name of the business.
  - `registration_number` string — The business's commercial registration number without spaces
  - `registration_issuer` string — The business's registered name.

## 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)
