Platform Features

Global Store API

The Global Store API allows you to fetch digital products published by communities across the ModVC platform.

If a server has a public Store channel, their items are indexed globally. You can use this API to build external marketplace dashboards or cross-server trading bots.

GET /api/global-store Authorization: Bearer YOUR_ACCESS_TOKEN { "success": true, "products": [...], "servers": [...] }