{ "operationId": "getCompanyEnrichment", "method": "GET", "path": "/", "summary": "Abstract API Get Company Enrichment", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "getCompanyEnrichment200Example", "example": { "name": "Stripe", "domain": "stripe.com", "country": "US", "locality": "San Francisco", "region": "California", "linkedin_url": "https://www.linkedin.com/company/stripe", "logo": "https://logo.clearbit.com/stripe.com", "year_founded": 2010, "industry": "Financial Services", "employees_count": 8000, "description": "Stripe is a technology company that builds economic infrastructure for the internet." } } ] }