Fetch a document's metadata
GET https://document-api.company-information.service.gov.uk/document/{document_id}
Parameter name | Value | Description | Additional |
---|---|---|---|
document_id | string | the id of the document |
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 Document metadata |
documentMetadata |
401 | Unauthorized Not authorised to retrieve document metadata |