GET
/
companies
/
{company_id}
/
contact
curl --request GET \
  --url https://jobs-api.registercheck.de/api/v2/companies/{company_id}/contact \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "online_presence": {
    "linkedin_url": "<string>",
    "instagram_url": "<string>",
    "facebook_url": "<string>",
    "twitter_url": "<string>",
    "crunchbase_url": "<string>",
    "website_url": "<string>",
    "stock_ticker": "<string>",
    "phone_number": "<string>",
    "email_address": "<string>",
    "email": "<string>",
    "summary": "<string>",
    "favicon": "<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 contact/social media information