GET
/
v1
/
documents
/
{openregisters_id}
/
current
/
{document_type}
curl --request GET \
  --url https://api.openregisters.com/v1/documents/{openregisters_id}/current/{document_type} \
  --header 'X-API-Key: <api-key>'
{
  "http_url": "<string>",
  "content_type": "<string>",
  "original_filename": "<string>",
  "file_type": "<string>",
  "error": "<string>"
}

Authorizations

X-API-Key
string
header
required

Sign up at OpenRegisters.com to get an API key

Path Parameters

openregisters_id
string
required

The ID of the company to download documents from

document_type
enum<string>
required

The type of document to download

Available options:
AD,
CD,
SI,
HD,
shareholders,
articles

Response

200
application/json
Successful Response

Response model for document downloads.

http_url
string | null
content_type
string | null
original_filename
string | null
file_type
string | null
error
string | null