Skip to main content

Endpoints

Two ways to acquire a Hub catalog:
  • Clone — creates a local copy in your workspace with no ongoing connection
  • Subscribe — creates a live link that receives publisher version updates
Both require authentication. Paid catalogs require a completed Stripe Checkout before these endpoints succeed.

Path parameters


Clone

POST /api/hub/catalogs/{catalogId}/clone Creates a complete copy of the catalog in your workspace as a new, standalone catalog. No ongoing connection to the publisher — you own the copy entirely.

Request body

Response

Clone examples


Subscribe

POST /api/hub/catalogs/{catalogId}/subscribe Creates a live subscription to the Hub catalog. When the publisher releases a new version, your workspace receives a notification and can sync.

Request body

Sync strategies

Conflict resolution strategies

Response

Subscribe examples


Clone vs Subscribe comparison


Error responses

Last modified on March 18, 2026