cURL
curl --request GET \ --url https://jobs-api.registercheck.de/api/v2/companies/{company_id}/investments \ --header 'Authorization: Bearer <token>'
{ "company_id": "<string>", "company_name": "<string>", "register_number": "<string>", "investments": [ { "id": "<string>", "percentage_share": 123, "investment_amount_currency": "<string>", "investment_amount": 123, "company": { "id": "<string>", "name": "<string>", "slug": "<string>", "register_number": "<string>", "register_court": "<string>", "legal_form": "<string>", "city": "<string>", "country": "<string>", "website_url": "<string>", "linkedin_url": "<string>", "company_purpose": "<string>", "founded_at": "<string>", "status": "<string>" }, "person": { "id": "<string>", "full_name": "<string>", "first_name": "<string>", "last_name": "<string>", "birth_date": "<string>", "city": "<string>", "country": "<string>" } } ] }
Fetch company investments:
Enter your API key
Successful Response
Response model for company investments endpoint
Unique identifier of the investing company
Name of the investing company
Registration number of the investing company
List of investments made by the company
Show child attributes
Was this page helpful?