Abstract API · Example Payload

Abstract Api Getcompanyenrichment Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Abstract Api Getcompanyenrichment Example is an example object payload from Abstract API, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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."
      }
    }
  ]
}