API referenceCompanies
Retrieve a company's contact details
Not available yet
This operation is described here and is not served. A call to it returns 404.
Contact enrichment is not implemented. No handler exists for it yet.
Website, e-mail, phone and social profiles gathered from public web sources.
This is not register data; check retrieved_at before relying on it.
Costs 25 credits.
Authorization
bearerAuth AuthorizationBearer <token>
Your API key, sent as Authorization: Bearer rc_live_….
In: header
Path Parameters
company_id*string
The company's id.
Format
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/companies/497f6eca-6276-4993-bfeb-53cbbbba6f08/contact"{ "object": "company_contact", "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf", "website_url": "http://example.com", "email": "user@example.com", "phone": "string", "brand_name": "string", "description": "string", "stock_ticker": "string", "social": { "linkedin_url": "http://example.com", "x_url": "http://example.com", "facebook_url": "http://example.com", "instagram_url": "http://example.com", "crunchbase_url": "http://example.com" }, "provenance": { "kind": "web", "retrieved_at": "2019-08-24T14:15:22Z" }}