This stream returns basic company information, such as name, address and accounting period dates.
GET https://stream.companieshouse.gov.uk/companies
Parameter name | Value | Description | Additional |
---|---|---|---|
timepoint | integer | By default a stream will deliver data events as they happen after a connection is established. Clients can request that the stream delivers data events starting some time in the past, by specifying a |
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 Connection established to stream. Responses will be returned one-per-line. |
companyProfileStream |
401 | Unauthorized Client is not authorised to connect to this stream. |
|
416 | Requested Range Not Satisfiable The specified timepoint is invalid or too old. |
|
429 | Too Many Requests Client has been rate-limited. |