GET
/
v0
/
document
/
{document_id}
curl --request GET \
  --url https://api.openregister.de/v0/document/{document_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "date": "<string>",
  "url": "<string>",
  "type": "articles_of_association"
}

Retrieve a raw document

Retrieve a source document by its ID. All documents are stored as PDF files.

Authorizations

Authorization
string
header
required

API Key Authentication Provide your API key as a Bearer token in the Authorization header.

Path Parameters

document_id
string
required

Unique document identifier. Example: a6daa905-a87e-451c-9df6-35051eec8b61

Response

200
application/json

Successfully retrieved document information

The response is of type object.