TradingBase Developers

Marketplace API documentation

Lightweight REST overview for marketplace catalog, license cloud, downloads, reviews, webhooks and partner integrations.

REST endpoints

MethodPathPurpose
GET/api/marketplace/catalogPublished product catalog
GET/api/marketplace/products/{slug}Product detail with profile, versions and reviews
POST/api/marketplace/purchaseWallet purchase and license issuance
GET/POST/api/marketplace/licensesList and activate license keys
POST/api/marketplace/downloadsCreate signed download URL
GET/POST/api/marketplace/reviewsReviews with verified license flag
GET/POST/DELETE/api/marketplace/wishlistCustomer wishlist
GET/POST/api/marketplace/developerPartner API keys and webhooks

Webhook delivery contract

{
  "event": "license.issued",
  "payload": {
    "productId": "uuid",
    "licenseId": "uuid",
    "userId": "uuid"
  },
  "createdAt": "ISO-8601"
}