---
title: "Retrieves information about the company that corresponds to the provided registration number"
method: GET
path: "/v1.0/company-information/{registrationNumber}"
tags: ["Company 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
  - `companyType` CompanyTypeDTO
    - `code` string
    - `description` string
  - `address` CountyAddressDTO
    - `line1` string
    - `address_line_1` string
    - `line2` string
    - `address_line_2` string
    - `country` string
    - `city` string
    - `locality` string
    - `postal_code` string
    - `postcode` string
  - `sicCodes` SicCodeDTO[]
    - `code` string
    - `description` string

## Other responses

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

---

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