Job Endpoints 📊
Trigger shareholder structure
Job Endpoints 📊
Trigger shareholder structure
POST
/
api
/
v1
/
jobs
/
company
/
shareholders
/
trigger
curl --request POST \
--url https://api.registercheck.de/api/v1/jobs/company/shareholders/trigger \
--header 'X-API-Key: <api-key>'
{
"message": "<string>",
"job_id": "<string>"
}
Company Structure
This endpoint returns the shareholder structure of a company.
The recursive_level query parameter determines the depth of shareholder
levels the endpoint explores.
{
"id": "<string>",
"message": "<string>",
"title": "<string>",
"status": "<string>",
"results": {
"register_errors": [],
"company_structure": {
"name": "<string>",
"is_company": "<boolean>",
"is_top_company": "<boolean>",
"register_number": "<string>",
"share_capital": "<number>",
"share_capital_currency": "<string>",
"shareholders": [
{
"name": "<string>",
"is_company": "<boolean>",
"register_number": "<string>",
"register_court": "<string>",
"city": "<string>",
"country": "<string>",
"percentage_share": "<number>",
"nominal_amount": "<number>",
"nominal_amount_currency": "<string>",
"source": "<string>",
"birth_date": "<string>"
}
]
},
"documents": []
}
}
{
"id": "<string>",
"message": "<string>",
"title": "<string>",
"status": "<string>",
"results": {
"register_errors": [],
"company_structure": {
"name": "<string>",
"is_company": "<boolean>",
"is_top_company": "<boolean>",
"register_number": "<string>",
"share_capital": "<number>",
"share_capital_currency": "<string>",
"total_deposit": "<number>",
"total_deposit_currency": "<string>",
"general_partners": [
{
"name": "<string>",
"is_company": "<boolean>",
"register_number": "<string>",
"register_court": "<string>",
"country": "<string>",
"shareholders": [
{
"name": "<string>",
"is_company": "<boolean>",
"register_number": "<string>",
"register_court": "<string>",
"city": "<string>",
"country": "<string>",
"percentage_share": "<number>",
"nominal_amount": "<number>",
"nominal_amount_currency": "<string>",
"source": "<string>"
}
],
"is_general_partner": "<boolean>",
"source": "<string>"
}
],
"limited_partners": [
{
"name": "<string>",
"is_company": "<boolean>",
"register_number": "<string>",
"register_court": "<string>",
"city": "<string>",
"country": "<string>",
"percentage_share": "<number>",
"nominal_amount": "<number>",
"nominal_amount_currency": "<string>",
"is_limited_partner": "<boolean>",
"source": "<string>"
}
]
},
"documents": []
}
}
{
"id": "<string>",
"message": "<string>",
"title": "<string>",
"status": "<string>",
"results": {
"register_errors": [],
"company_structure": {
"name": "<string>",
"is_company": "<boolean>",
"is_top_company": "<boolean>",
"register_number": "<string>",
"total_deposit": "<number>",
"total_deposit_currency": "<string>",
"general_partners": [
{
"name": "<string>",
"is_company": "<boolean>",
"city": "<string>",
"country": "<string>",
"is_general_partner": "<boolean>",
"source": "<string>",
"birth_date": "<string>"
}
],
"limited_partners": [
{
"title": "<string>",
"name": "<string>",
"is_company": "<boolean>",
"city": "<string>",
"country": "<string>",
"percentage_share": "<number>",
"nominal_amount": "<number>",
"nominal_amount_currency": "<string>",
"is_limited_partner": "<boolean>",
"source": "<string>",
"birth_date": "<string>"
}
]
},
"documents": []
}
}
Authorizations
Query Parameters
curl --request POST \
--url https://api.registercheck.de/api/v1/jobs/company/shareholders/trigger \
--header 'X-API-Key: <api-key>'
{
"message": "<string>",
"job_id": "<string>"
}