Skip to main content

Summary

The Data Enrichment group contains the POST /v1/enrich endpoint and its interactive playground.Use it to update company data with structured evidence gathered from external sources.

Authentication

  • External integrations use Authorization: Bearer <access_token>
  • OAuth callers need the companies:write scope
  • Sanka internal tooling can also authenticate with X-Workspace-Code

Coverage

  • v1 supports object_type=company only
  • dry_run returns proposed updates without writing
  • force_refresh allows overwrite evaluation for existing values
For a request walkthrough, see Enrich Data.