GET
/
api
/
v1
/
jobs
/
batch
/
{job_id}
/
download
curl --request GET \
  --url https://api.registercheck.de/api/v1/jobs/batch/{job_id}/download \
  --header 'X-API-Key: <api-key>'
{
  "filename": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

job_id
string
required

Query Parameters

document_types
enum<string>[]

List of document types to include in the zip

Available options:
SHAREHOLDER_LIST,
STATUTE,
CURRENT_EXTRACT,
STRUCTURED_REGISTER_CONTENT,
CHRONOLOGICAL_REGISTER_CONTENT

Response

200
application/json
Successful Response
filename
string
required
content
file
required