TradingBase
Marketplace API documentation
Lightweight REST overview for marketplace catalog, license cloud, downloads, reviews, webhooks and partner integrations.
Open MarketplaceREST endpoints
| Method | Path | Purpose |
|---|---|---|
| GET | /api/marketplace/catalog | Published product catalog |
| GET | /api/marketplace/products/{slug} | Product detail with profile, versions and reviews |
| POST | /api/marketplace/purchase | Wallet purchase and license issuance |
| GET/POST | /api/marketplace/licenses | List and activate license keys |
| POST | /api/marketplace/downloads | Create signed download URL |
| GET/POST | /api/marketplace/reviews | Reviews with verified license flag |
| GET/POST/DELETE | /api/marketplace/wishlist | Customer wishlist |
| GET/POST | /api/marketplace/developer | Partner API keys and webhooks |
Webhook sample
{
"event": "license.issued",
"payload": {
"productId": "uuid",
"licenseId": "uuid",
"userId": "uuid"
},
"createdAt": "ISO-8601"
}