Environments
RMZ APIs are available in production. All base URLs use thermz.gg domain.
Base URLs
| API | Base URL |
|---|---|
| Merchant API | https://merchant-api.rmz.gg/shawarma |
| Storefront API | https://front.rmz.gg/api |
| License Verification | https://license.rmz.gg |
| FiveM API | https://fivem.rmz.gg/api/fivem |
| Embed API | https://embed.rmz.gg/api/embed |
Merchant API
/shawarma. For example:
GET https://merchant-api.rmz.gg/shawarma/storeGET https://merchant-api.rmz.gg/shawarma/ordersPOST https://merchant-api.rmz.gg/shawarma/orders
Storefront API
GET https://front.rmz.gg/api/productsPOST https://front.rmz.gg/api/cart/addPOST https://front.rmz.gg/api/checkout
License Verification API
POST https://license.rmz.gg/verify
FiveM API
GET https://fivem.rmz.gg/api/fivem/queueDELETE https://fivem.rmz.gg/api/fivem/queueGET https://fivem.rmz.gg/api/fivem/queue/online/{playerId}
The FiveM resource handles communication with this API automatically. You do not need to call these endpoints directly.
Embed API
GET https://embed.rmz.gg/api/embed/product/{productId}POST https://embed.rmz.gg/api/embed/checkout

