A REST API for every part of a merchant's store, signed webhooks for everything that happens in it, and a React theme platform for the storefront itself.
curl "https://numueg.app/api/v1/auth/api-key/me" \ -H "Authorization: Bearer $NUMU_TOKEN" # 200 OK { "success": true, "data": { "store_id": "3fa85f64-…", "scopes": ["orders:read", "catalog:write"] } }
Connect a system to a merchant's store, or design the storefront their customers shop in.
Sync an ERP, push orders to fulfillment, build a dashboard or an internal tool.
Design the storefront shoppers see — every page, section and block, in React.
numu-theme CLI: scaffold, preview, build, publishEvery group has its own scopes, so a token only reaches what your integration needs.
Three steps from nothing to a working request.
Included in the Pro plan. On any other plan, ask us and we switch it on for your store.
In your dashboard: Settings → API & webhooks → Create key. Pick only the scopes you need.
Send it as Authorization: Bearer … to https://numueg.app/api/v1. Quickstart →