GET
/
companies
/
{company_id}
curl --request GET \
  --url https://jobs-api.registercheck.de/api/v2/companies/{company_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "register": {
    "register_number": "<string>",
    "register_type": "<string>",
    "register_court": "<string>",
    "register_id": "<string>",
    "register_country": "<string>",
    "register_unique_key": "<string>",
    "start_date": "<string>"
  },
  "status": "<string>",
  "name": {
    "name": "<string>",
    "raw_name": "<string>",
    "legal_form": "<string>",
    "slug": "<string>",
    "start_date": "<string>"
  },
  "address": {
    "street": "<string>",
    "city": "<string>",
    "postal_code": "<string>",
    "country": "<string>",
    "extra": "<string>",
    "start_date": "<string>",
    "formatted_value": "<string>",
    "location": {
      "lat": 123,
      "lng": 123,
      "state": "<string>"
    }
  },
  "purpose": {
    "purpose": "<string>",
    "start_date": "<string>"
  },
  "capital": {
    "amount": 123,
    "currency": "<string>",
    "start_date": "<string>"
  },
  "representation": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "<string>",
      "role": "<string>",
      "start_date": "<string>",
      "end_date": "<string>",
      "city": "<string>",
      "country": "<string>",
      "titles": [
        "<string>"
      ],
      "birth_name": "<string>",
      "birth_date": "<string>",
      "job": "<string>",
      "register_court": "<string>",
      "register_number": "<string>",
      "register_prefix": "<string>",
      "status": "<string>",
      "representation_rule": "<string>",
      "is_general_partner": true
    }
  ],
  "prokura_persons": [
    {
      "id": "<string>",
      "last_name": "<string>",
      "birth_name": "<string>",
      "first_name": "<string>",
      "city": "<string>",
      "birth_date": "<string>",
      "titles": [
        "<string>"
      ],
      "job": "<string>",
      "person_id": "<string>",
      "prokura_type": "<string>",
      "prokura_status": "<string>"
    }
  ],
  "financials": {
    "reports": [
      {
        "id": "<string>",
        "name": "<string>",
        "date": "<string>",
        "report_pdf_url": "<string>",
        "report_table_html_url": "<string>",
        "is_consolidated": true,
        "published_at": "<string>"
      }
    ],
    "has_financial_reports": true,
    "financial_reports_count": 123
  },
  "legal_form": "<string>",
  "documents": [
    {
      "id": "<string>",
      "type": "<string>",
      "date": "<string>",
      "name": "<string>",
      "url": "<string>"
    }
  ],
  "incorporated_at": "<string>",
  "terminated_at": "<string>",
  "last_entry_date": "<string>",
  "identification": {
    "lei": "<string>",
    "eu_id": "<string>",
    "elf_code": "<string>"
  },
  "industry_classifications": [
    {
      "id": "<string>",
      "level": 123,
      "title": "<string>",
      "code": "<string>",
      "emoji": "<string>"
    }
  ],
  "proxy_policy": "<string>",
  "company_meta_data": {
    "id": "<string>",
    "company_name": "<string>",
    "legal_form": "<string>",
    "last_changed_at": "<string>",
    "origin_date": "<string>",
    "headquarter": "<string>",
    "entry_count": 123,
    "last_entry_date": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

company_id
string
required

Response

200
application/json

Successful Response

The response is of type object.