Get a list of charges for a company
Request
GET https://api.company-information.service.gov.uk/company/{company_number}/charges
Query parameters
Parameter name | Value | Description | Additional |
---|---|---|---|
company_number | string | The company number that the charge list is required for. | |
items_per_page | integer | The number of charges to return per page. | Optional. |
start_index | integer | The index into the entire result set that this result page starts. | Optional. |
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
If successful, the method returns the following headers:
Parameter name | Value | Description | Additional |
---|---|---|---|
ETag | The ETag of the resource. |
Response body
If successful, this method returns a chargeList 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 | Resource returned | |
400 | Invalid request | |
401 | Not authorised |
CURL example
curl -uYOUR_APIKEY_FOLLOWED_BY_A_COLON: https://api.company-information.service.gov.uk/company/{company_number}/charges