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
- Open Developers → API in Sanka and create a token.
- Follow the quickstart to make your first request.
- 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