Start here
Create an access token and attach it to theAuthorization header to make your first request.
Create a token
- Open Developers → API in Sanka.
- Click Create Token and choose the permission.
- Save the Access Token / Refresh Token somewhere secure (shown once).
Send your first request
Try fetching orders:- There is no sandbox, so use a workspace with test data.
- Keep your token in a secure store.
Confirm the response
If the response includesdata, you’re good to go. Common issues:401: token missing/expired403: token permission is Regular (GET-only)429: too many requests, retry later