Skip to main content

Start here

Sanka’s API is workspace-scoped. Create an access token, attach it to your requests, and you can manage CRM records through /v1/public/..., enrich companies with /v1/enrich, and score companies or deals with /v1/score.There is no sandbox and no webhook product at the moment.

Getting started

  1. Open Developers → API in Sanka and create a token.
  2. Follow the quickstart to make your first request.
  3. Use Data Management for CRUD endpoints and the AI groups for enrichment and scoring.

Get started

Quickstart

Create a token and run your first request.

Authentication

Learn how Bearer tokens work and how to rotate them by deleting and recreating tokens.

Data Management

Review CRUD coverage and open the object playgrounds.

Data Enrichment

Refresh company records with external web evidence.

Data Scoring

Score companies and deals with deterministic outputs.

Reference

Explore schemas, examples, and playground requests.

What’s supported

Sanka’s API surface now has three main lanes:
  • Data Management: CRUD and schema endpoints for supported records, including Companies, Contacts, Deals, Orders, Items, Expenses, Inventory, and more
  • Data Enrichment: POST /v1/enrich to refresh a company record with structured web evidence
  • Data Scoring: POST /v1/score to return deterministic company or deal scores with reasons
See the capability matrix for Data Management details.

Next steps