6sense · Capability

6sense Lead Scoring And Firmographics API

Returns combined firmographics, predictive scoring, and segment membership for a contact in a single response.

6sense Lead Scoring And 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/v2/people/full.

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

Tagged areas include 6sense, Scoring, Firmographics, and Intent.

Run with Naftiko 6senseScoringFirmographicsIntent

What You Can Do

POST
Getfullleaddata — Get full lead data.
/v1/v2/people/full

Capability Spec

lead-scoring-firmographics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 6sense Lead Scoring And Firmographics API
  description: Returns combined firmographics, predictive scoring, and segment membership for a
    contact in a single response.
  tags:
  - 6sense
  - Scoring
  - Firmographics
  - Intent
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SIXSENSE_API_TOKEN: SIXSENSE_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: lead-scoring-firmographics
    baseUri: https://scribe.6sense.com
    description: Combined firmographics and scoring business capability.
    resources:
    - name: v2-people-full
      path: /v2/people/full
      operations:
      - name: getFullLeadData
        method: POST
        description: Get firmographics and scoring for a contact.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: 'Token {{env.SIXSENSE_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: lead-scoring-firmographics-rest
    port: 8080
    description: REST adapter for combined firmographics + scoring.
    resources:
    - path: /v1/v2/people/full
      name: v2-people-full
      description: REST surface for combined response.
      operations:
      - method: POST
        name: getFullLeadData
        description: Get full lead data.
        call: lead-scoring-firmographics.getFullLeadData
        with:
          body: rest.body