curl --request POST \ --url https://api.registercheck.de/api/v1/jobs/company/verify/trigger \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '[ { "name": "<string>", "is_company": true, "birth_date": "<string>", "register_number": "<string>" } ]'
{ "message": "<string>", "job_id": "<string>" }
JSON response structure in GET job results
{ "id": "string", "message": "string", "title": "string", "status": "string", "results": { "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", "shareholders": [ { "name": "string", "is_company": "boolean", "city": "string", "country": "string", "percentage_share": "number", "nominal_amount": "number", "nominal_amount_currency": "string", "source": "string", "birth_date": "string" } ], "source": "string" } ] }, "verification_results": [ { "name": "string", "is_company": "boolean", "city": "string", "country": "string", "path": "string", "level": "number", "source": "string", "invested": "boolean", "is_limited_partner": "boolean", "is_general_partner": "boolean" } ], "documents": [] } }