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