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

---

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