The admin app, your own integrations and the AI assistant are all clients of the same tenant-scoped management API. Read the catalog, push sales, run closings, manage loyalty cards — over a clean, versioned, idempotent REST surface.
Authenticate with the x-api-key header · base URL https://api.runmyhub.com/v1
# Read your catalog — sandbox key from the portal curl -H "x-api-key: sk_test_…" \ "https://api.runmyhub.com/v1/products" # → 200 OK { "data": [ … ], "has_more": false }
A focused, well-documented API with a real sandbox and money-safe primitives baked in.
Admin, partner integrations and the AI assistant share one OpenAPI surface — date-versioned, stable.
Sign in, mint a test key against your own isolated workspace, and try every endpoint in the browser.
Idempotency keys, scoped API keys, cursor pagination, webhooks and rate limits — retries never double-post.
Full request/response schemas and a try-it console live in the API Reference.
Products, categories, price-lists, taxes & imports.
Append-only transactions, refunds/voids, receipts.
Z-closings, financial summaries, bestsellers, exports.
Digital customer cards — issue, verify, top up, redeem.
Stock levels, movements & transfers across branches.
Invoices & delivery notes with VAT and numbering.
Double-entry journal, chart of accounts, trial balance.
Content-addressed device pull + idempotent sales push.
CashAssist / Bexio / banking import connectors.
Regions, shops, tills & device pairing.
Sign in, grab a sandbox key, and make your first call.