Overview
The Hub API provides programmatic access to the Marketplace Hub — the B2B content exchange where workspaces publish and discover product catalogs. The API supports both consumer operations (browse, preview, clone, subscribe) and publisher operations (analytics, unpublish).Base URL
All Hub API endpoints use the following base:Endpoint groups
Browse Catalogs
GET /hub/catalogs — search and filter the public Hub feedPreview
GET /hub/catalogs/{id}/preview — first 10 products + stats, no clone requiredClone & Subscribe
POST /hub/catalogs/{id}/clone and /subscribe — acquire catalog accessSync & Conflicts
Subscription sync management and conflict resolution
Publisher Analytics
GET /hub/catalogs/{id}/analytics — views, clones, subscribers, revenueAuthentication
Public endpoints (no auth required)
The following endpoints are publicly accessible without authentication:Authenticated endpoints
All other endpoints require a Bearer token:Rate limits
Rate limit headers are included in every response:
Retry-After header.