---
title: "Retrieves information about the company that corresponds to the provided registration number"
method: GET
path: "/v1.0/company-information/{registrationNumber}"
tags: ["Companies information"]
---

# Retrieves information about the company that corresponds to the provided registration number

`GET /v1.0/company-information/{registrationNumber}`

## Path parameters

- `registrationNumber` string, required

## Response `200`

OK

- CompanyProfileDTO
  - `name` string
  - `registrationNumber` string
  - `operatorType` string
  - `sicCodes` string[]
  - `address` AccountAddressDTO
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `postcode` string, required
    - `county` string
    - `country` string, required

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service unavailable Error Code | Description COMPANYINFO1001 | Companies House API is currently unavailable

## Changes

- **2025-09-11** `15b32331a1ac` — 1 info
  - endpoint added
- **2024-10-21** `a06468704cbe` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/company-information/:registrationNumber/get.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
