Meshkee · Global storefront contract
Website API
One API for every Meshkee business website. Not tied to a single domain.
Set your site’s apex host (e.g. sanihome.ir) and reuse the same endpoints.
Base URL
https://api.meshkee.com/api/v1
Optional per-site alias (same backend): https://api.<domain>/api/v1
How tenants work
- Variable
domain= website apex only (nowww/api/customer/business). GET /tenants/{domain}→businessId.- Public pages:
/tenants/{domain}/...(no auth). - Cart / orders / favorites:
/businesses/{businessId}/...+ Bearer JWT.
For a new website AI / designer
- Open AI_PROMPT.md and paste it into the AI chat.
- Replace
<WEBSITE_DOMAIN>with that site’s apex. - Import the Postman collection (set
domain, run Resolve tenant). - Or feed
openapi.jsonto the AI / codegen tool.
Import Postman
Postman → Import → Link → paste
https://api.meshkee.com/docs/website/Meshkee-Website-API.postman_collection.json