GET
/
v1
/
organizations
/
documents
/
{openregisters_id}
/
current
/
{document_type}
curl --request GET \
  --url https://api.openregisters.com/v1/organizations/documents/{openregisters_id}/current/{document_type} \
  --header 'X-API-Key: <api-key>'
"<any>"

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 openregister to download documents from

document_type
string
required

The type of document to download

Response

200
application/json
Successful Response

The response is of type any.