Skip to main content

Welcome

This reference is generated from our Sanka OpenAPI spec (mintlify/api-reference/openapi.json). It describes the JWT Bearer endpoints for orders, items, contacts, subscriptions, invoices, payments, reports, and token refresh.

Authentication

All API endpoints use Bearer tokens; the header is defined in the spec.
"security": [
  {
    "BearerAuth": []
  }
]