Base URL
All API requests should be made to the base URL with the API version prefix.
Base URLs
Production
Staging
API Version Prefix
Most API endpoints are prefixed with /v1/:
System Endpoints
Some system-level endpoints are available without the version prefix:
/health-check- Health check endpoint (see Health Check)
Module Structure
The API is organized into modules:
/v1/accounts/- User and store management/v1/products/- Products, orders, payments/v1/contacts/- Contact forms
Example Full URL
Media Files
Static media files are served at:
CORS
The API supports CORS for the following origins:
https://luxmart.sitehttps://store.luxmart.sitehttps://admin.luxmart.sitehttp://localhost:*(staging)