Get the current address of a company
GET https://api.company-information.service.gov.uk/company/{companyNumber}/registered-office-address
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| company_number | string | Company number for registered office address |
Required |
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK Successful response |
registeredOfficeAddress |
| 401 | Unauthorized Not authorised |
|
| 404 | Not Found Resource not found |