One self-hosted console to run your entire business — commerce, ERP, HRM, CRM & manufacturing

Key API Endpoints

Key API Endpoints

Products

  • GET /api/catalog/products — List products (paginated, filterable)
  • GET /api/catalog/products/{slug} — Get a single product
  • POST /api/catalog/products — Create a product (requires catalog.create permission)
  • PUT /api/catalog/products/{id} — Update a product
  • DELETE /api/catalog/products/{id} — Soft-delete a product

Orders

  • GET /api/orders — List orders (admin; or customer's own orders if customer token)
  • GET /api/orders/{id} — Get order details
  • PATCH /api/orders/{id}/status — Update order status

License Verification (Public)

  • POST /api/license/verify — Verify a license key and activate a domain
  • POST /api/license/deactivate — Deactivate a domain from a license
  • GET /api/license/check-update — Check for a software update

Customers

  • GET /api/crm/customers — List customers (admin)
  • GET /api/crm/customers/{id} — Customer details with wallet and loyalty balance

Full API Reference

A full Swagger/OpenAPI specification is available at /api/documentation when running in non-production mode.

Last updated: 8/27/2026