cURL
curl --request GET \ --url https://jobs-api.registercheck.de/api/v2/companies/{company_id}/management/contact \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "representatives": [ { "id": "<string>", "is_company": true, "city": "<string>", "titles": [ "<string>" ], "last_name": "<string>", "first_name": "<string>", "birth_name": "<string>", "birth_date": "<string>", "role": "<string>", "job": "<string>", "name": "<string>", "register_court": "<string>", "register_number": "<string>", "register_prefix": "<string>", "register_id": "<string>", "status": "<string>", "representation_rule": "<string>", "is_general_partner": true, "online_presence": { "linkedin_url": "<string>", "twitter_url": "<string>", "phone_number": "<string>", "email": "<string>" } } ] }
Get contact information for a companyβs management team by its ID.
This endpoint returns contact details for company representatives including:
Enter your API key
Successful Response
Response model for company management contact information
Unique company identifier
List of company representatives and their contact information
Show child attributes
Was this page helpful?