Skip to main content

Endpoints

View performance data for a catalog you’ve published to the Hub, and unpublish (delist) it when needed. Both endpoints require authentication and are restricted to the catalog’s publisher workspace.

Path parameters


GET — Analytics

GET /api/hub/catalogs/{catalogId}/analytics Returns engagement metrics, subscription stats, revenue data (for paid catalogs), and version history.

Response

Analytics fields

CatalogVersion fields

Analytics examples


DELETE — Unpublish (delist)

DELETE /api/hub/catalogs/{catalogId} Removes the catalog from the Hub browse feed immediately. Existing subscribers retain their local data but stop receiving new version notifications. Pending syncs are cancelled.

Response

Unpublish examples


What happens when you unpublish

Unpublishing is reversible — you can republish the same catalog. However, all subscriber connections are severed on unpublish and must be re-established.

Error responses

GET analytics

DELETE unpublish

Last modified on March 18, 2026