Get the current address of a company
Request
GET https://api.company-information.service.gov.uk/company/{company_number}/registered-office-address
Query parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
company_number | string | The number of the company to create an address for. |
Request headers
This method does not require specific header parameters.
Request body
This method does not take any request body parameters.
Authentication
Not required.
Response
Response headers
This method does not return specific response headers.
Response body
If successful, this method returns a registeredOfficeAddress resource in the body.
Status codes
The following HTTP status codes may be returned, optionally with a response resource:
Status code | Description | Response Resource |
---|---|---|
200 | Requested resource returned | |
401 | Not authorised | error |
404 | Not found | error |
CURL example
curl -uYOUR_APIKEY_FOLLOWED_BY_A_COLON: https://api.company-information.service.gov.uk/company/{company_number}/registered-office-address