cURL
curl --request GET \ --url https://api.openregisters.com/v2/documents/company/{kausate_id} \ --header 'X-API-Key: <api-key>'
{ "documents": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "kausate_id": "<string>", "document_sku": "<string>", "s3_key": "<string>", "s3_bucket": "<string>", "file_size_bytes": 123, "content_type": "<string>", "checksum": "<string>", "retrieved_at": "2023-11-07T05:31:56Z", "uploaded_at": "2023-11-07T05:31:56Z", "version": 123, "is_latest": true, "is_new_document": true, "previous_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "change_type": "<string>", "has_meaningful_change": true, "source_system": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total": 123 }
List all documents available for a company.
Sign up at Kausate.com to get an API key
Return only latest version of each document
Successful Response
Response model for listing documents.