naftiko: 1.0.0-alpha2 info: label: 6sense People Enrichment API description: Batch enrich up to 25 contacts per request keyed by email, LinkedIn URL, or 6sense peopleId. Returns rich contact profile data and embedded company firmographics. tags: - 6sense - Enrichment - People created: '2026-05-25' modified: '2026-05-25' binds: - namespace: env keys: SIXSENSE_API_TOKEN: SIXSENSE_API_TOKEN capability: consumes: - type: http namespace: people-enrichment baseUri: https://api.6sense.com description: 6sense People Enrichment business capability. resources: - name: v2-enrichment-people path: /v2/enrichment/people operations: - name: enrichPeople method: POST description: Batch enrich up to 25 contacts. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: array required: true authentication: type: apikey key: Authorization value: 'Token {{env.SIXSENSE_API_TOKEN}}' placement: header exposes: - type: rest namespace: people-enrichment-rest port: 8080 description: REST adapter for 6sense People Enrichment. resources: - path: /v1/v2/enrichment/people name: v2-enrichment-people description: REST surface for people enrichment. operations: - method: POST name: enrichPeople description: Enrich up to 25 contacts. call: people-enrichment.enrichPeople with: body: rest.body