Skip to main content

Summary

The Data Scoring group contains the POST /v1/score endpoint and its interactive playground.Use it to score company or deal records and return structured reasons alongside the numeric score.

Authentication

  • External integrations use Authorization: Bearer <access_token>
  • OAuth callers need companies:read for company scoring
  • OAuth callers need cases:read for deal scoring
  • Sanka internal tooling can also authenticate with X-Workspace-Code

Coverage

  • v1 supports object_type=company and object_type=deal
  • score snapshots are deterministic for the same normalized input and algorithm version
  • responses include dimensions, reasons, and explanation
For a request walkthrough, see Score Data.