Job Endpoints 📊
Trigger analysing company
Job Endpoints 📊
Trigger analysing company
POST
/
api
/
v1
/
jobs
/
company
/
trigger
Copy
curl --request POST \
--url https://api.registercheck.de/api/v1/jobs/company/trigger \
--header 'X-API-Key: <api-key>'
Copy
{
"message": "<string>",
"job_id": "<string>"
}
Copy
{
"id": "string",
"message": "string",
"title": "string",
"status": "string",
"results": {
"id": "string",
"name": "string",
"city": "string | null",
"register_number": "string",
"documents": [
{
"name": "string",
"url": "string",
"type": "string"
}
],
"register_errors": [],
"state": "string",
"financial_reports": [
{
"name": "string",
"link": "string",
"date": "string",
"language": "string",
"report_pdf_url": "string",
"report_table_html_url": "string",
"is_consolidated": "boolean",
"financial_data": {
"profit_loss": {
"revenue": "number",
"total_output": "number | null",
"gross_profit": "number",
"personnel_expenses": "number",
"depreciation": "number",
"other_operating_expenses": "number",
"ebit": "number",
"ebitda": "number",
"financial_result": "number",
"interest_and_similar_income": "number",
"interest_and_similar_expenses": "number",
"income_taxes": "number",
"net_income": "number | null",
"net_loss": "number | null"
},
"assets": {
"total_assets": "number",
"fixed_assets": "number",
"current_assets": "number",
"cash_and_equivalents": "number"
},
"liabilities": {
"total_equity_and_liabilities": "number",
"equity": "number",
"liabilities": "number",
"liabilities_to_shareholders": "number | null",
"bank_loans": "number | null",
"subscribed_capital": "number",
"capital_reserve": "number | null",
"provisions": "number"
},
"meta": {
"currency": "string",
"currency_unit": "string | null",
"year": "number",
"is_consolidated": "boolean",
"company_name": "string",
"location": "string",
"source": "string"
},
"employees": "number",
"financial_obligations": "string | null"
}
}
],
"company_structure": {
"name": "string",
"is_company": "boolean",
"is_top_company": "boolean",
"register_number": "string",
"share_capital": "number",
"share_capital_currency": "string",
"meta_data": {
"is_model_protocol": "boolean",
"is_terminated": "boolean",
"termination_date": "string | null",
"termination_cause": "string | null",
"is_merged": "boolean",
"merged_company_name": "string | null",
"merge_date": "string | null",
"updated_register_id": "string | null",
"updated_register_office": "string | null",
"updated_register_court": "string | null",
"updated_company_name": "string | null"
},
"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 | null",
"shareholders": []
}
]
},
"meta_data": {
"company_name": "string",
"legal_form": "string",
"registered_office": "string",
"business_address": "string",
"register_court": "string",
"register_number": "string",
"company_purpose": "string",
"share_capital": "number",
"share_capital_currency": "string",
"managing_directors": [
{
"title": "string | null",
"name": "string",
"birthdate": "string | null",
"city": "string"
}
],
"general_representation": "string",
"general_partners": [],
"limited_partners": [],
"authorized_representatives": [
{
"title": "string | null",
"name": "string",
"birthdate": "string | null",
"city": "string"
}
],
"important_dates": {
"founding_date": "string"
},
"special_clauses": [],
"number_of_entries": "number",
"last_entry_date": "string"
},
"register_meta_data": {
"is_model_protocol": "boolean",
"is_terminated": "boolean",
"termination_date": "string | null",
"termination_cause": "string | null",
"is_merged": "boolean",
"merged_company_name": "string | null",
"merge_date": "string | null",
"updated_register_id": "string | null",
"updated_register_office": "string | null",
"updated_register_court": "string | null",
"updated_company_name": "string | null"
}
}
}
Authorizations
Query Parameters
Company name including legal form (Rechtsform)
Can be chosen by the user (optional)
Copy
curl --request POST \
--url https://api.registercheck.de/api/v1/jobs/company/trigger \
--header 'X-API-Key: <api-key>'
Copy
{
"message": "<string>",
"job_id": "<string>"
}