These public endpoints return information about the store resolved from your request’s origin domain. No authentication is required.Documentation Index
Fetch the complete documentation index at: https://docs.rmz.gg/llms.txt
Use this file to discover all available pages before exploring further.
GET /store
Get store information including categories, pages, announcements, and payment methods.Authentication
None required.Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| include | string | No | Comma-separated list of relations to include. Default: categories,pages,announcements,payment_methods |
Example Request
Response
Success (200)
The following fields are conditional and only appear in the response when their corresponding relations are loaded via the
include parameter or when the data is available:payment_methods- included whenpayment_methodsis in theincludelistcategories- included whencategoriesis in theincludelist (uses CategoryResource)pages- included whenpagesis in theincludelist (uses PageResource)announcements- included whenannouncementsis in theincludelistcomponents- included whencomponentsrelation is loadedfeatures_list- included whenfeaturesrelation is loadedbanners- included whenbannersrelation is loadedstats.total_products,stats.total_categories,stats.total_reviews,stats.average_rating- included when corresponding relations are loaded
GET /store/currencies
Get available currencies with exchange rates.Authentication
None required.Example Request
Response
Success (200)
GET /store/settings
Get frontend-related store settings including theme, fonts, SEO configuration, and contact information.Authentication
None required.Example Request
Response
Success (200)
GET /store/features
Get store feature highlights (marketing features displayed on the storefront).Authentication
None required.Example Request
Response
Success (200)
GET /store/banners
Get promotional banners configured for the store.Authentication
None required.Example Request
Response
Success (200)
Error Responses
| Status | Description |
|---|---|
| 404 | Store not found |

