Skip to main content

Start here

Sanka’s API is workspace-scoped. Create an access token, attach it to your requests, and you can immediately read data. There is no sandbox and no webhooks 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 the API reference for the full schema and examples.

Get started

What’s supported

The public API supports list + retrieve for core objects, plus create for Orders, Items, Inventories, and Inventory Transactions.
  • Orders: Create (single & bulk)
  • Items / Inventories: Create (upsert by external_id)
  • Inventory Transactions: Create
  • Contacts / Companies / Cases: List only
  • Other objects: read-only for now
See the capability matrix for details.

Next steps