Simple Authentication
Use Personal Access Tokens (PATs) as Bearer tokens. Create scoped tokens in Settings → Developer → Personal Access Tokens.
curl https://app.sku.io/api/v2/sales-orders \
-H "Authorization: Bearer <your-token>"Deep Hierarchy
Navigate endpoints by domain — Core API, Integrations, Platform — with sub-categories like Orders, Inventory, Products, and more.
Multi-tenant
All endpoints are relative to your SKU.io subdomain: https://{tenant}.sku.io. Replace {tenant} with your account subdomain (e.g. app).