Build on the AiMonk API
Versioned REST endpoints, tenant-scoped API keys, and comprehensive Swagger documentation - everything you need to go headless.
REST + JSON
Clean REST endpoints with consistent JSON responses. Versioned at /v1 for stability.
Tenant-scoped
Every request is scoped to the authenticated tenant. Cross-tenant access is impossible.
Rate limited
Short, medium, and long rate limit buckets. Enterprise plans get higher throughput.
Swagger docs
Full OpenAPI/Swagger documentation available at /api/docs on your API instance.
Quick start
Four steps to your first API call.
Get your API key
Admin Console → Settings → API Keys → GenerateAuthenticate requests
Authorization: Bearer <your-api-key>Fetch products
GET /storefront/v1/products?limit=20Create an order
POST /storefront/v1/orders { lineItems, address, payment }API reference
Key endpoint groups from the storefront and admin APIs.
Products & Catalog
Browse products, search with autocomplete, filter by category, and fetch product details with variants.
/v1/products/v1/products/:slug/v1/products/search/v1/categoriesCart & Checkout
Stateless cart quotes, stock verification, shipping calculation, and multi-step checkout.
/v1/cart/quote/v1/checkout/validate/v1/orders/v1/shipping/quoteAuthentication
JWT-based customer auth, API key auth for headless clients, and password management.
/v1/auth/register/v1/auth/login/v1/auth/forgot-password/v1/auth/change-passwordWebhooks & Events
Subscribe to order, payment, and storefront events with signature-verified webhooks.
/admin/webhooks/admin/webhooks/admin/webhooks/:idReady to route apex traffic here and shops to subdomains?
Wire www to this export, point wildcard DNS at your storefront app, and keep admin on its own origin.