6sense · Capability

6sense Company Firmographics API

Enrich a company by email or domain with firmographic fields (industry, employees, revenue, SIC/NAICS) and segment membership.

6sense Company Firmographics API is a Naftiko capability published by 6sense, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/v1/enrichment/company.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include 6sense, Firmographics, and Enrichment.

Run with Naftiko 6senseFirmographicsEnrichment

What You Can Do

POST
Enrichcompany — Enrich a company by email or domain.
/v1/v1/enrichment/company

Capability Spec

company-firmographics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 6sense Company Firmographics API
  description: Enrich a company by email or domain with firmographic fields (industry, employees,
    revenue, SIC/NAICS) and segment membership.
  tags:
  - 6sense
  - Firmographics
  - Enrichment
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SIXSENSE_API_TOKEN: SIXSENSE_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: company-firmographics
    baseUri: https://api.6sense.com
    description: 6sense Company Firmographics business capability.
    resources:
    - name: v1-enrichment-company
      path: /v1/enrichment/company
      operations:
      - name: enrichCompany
        method: POST
        description: Enrich a company record by email or domain.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Form-encoded enrichment payload.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: 'Token {{env.SIXSENSE_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: company-firmographics-rest
    port: 8080
    description: REST adapter for 6sense Company Firmographics.
    resources:
    - path: /v1/v1/enrichment/company
      name: v1-enrichment-company
      description: REST surface for company enrichment.
      operations:
      - method: POST
        name: enrichCompany
        description: Enrich a company by email or domain.
        call: company-firmographics.enrichCompany
        with:
          body: rest.body