cURL
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>" } }
Get online presence and social media information about a company by its id.
Enter your API key
Successful Response
Response model for company contact/social media information
Was this page helpful?