The streaming API for company exemptions is currently still in development. It will be available at a later date.
When complete, this stream will return information about company exemptions.
GET https://stream.companieshouse.gov.uk/company-exemptions
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. |
companyExemptionsStream |
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. |