GET
/
companies
/
{company_id}
/
management
/
contact
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>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

company_id
string
required

Response

200
application/json

Successful Response

Response model for company management contact information