Classic APIs
ClassicCatalogApi
bundleFavoritesCount

bundleFavoritesCount

Gets favorites count for a bundle.

Parameters

NameTypeDescription
bundleIdIdentifierThe ID of the bundle to get favorites count for.

Example

const { data: favoritesCount } = await ClassicCatalogApi.bundleFavoritesCount({ bundleId: 429 }); 

Endpoint

GET /v1/favorites/bundles/{bundleId}/count