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

Authorizations

X-API-Key
string
header
required

Path Parameters

batch_job_id
string
required
company_id
string
required

Query Parameters

document_types
enum<string>[]

List of document types to include in the zip

Response

200
application/json

Successful Response

The response is of type object.