Classic APIs
ClassicCatalogApi
authedUserGetBundleFavorite

authedUserGetBundleFavorite

Gets the authenticated users favorite for a specific bundle.

Parameters

NameTypeDescription
userIdUserIdThe ID of the authenticated user.
bundleIdBundleIdThe ID of the bundle to get favorite for.

Example

const { data: favorite } = await ClassicCatalogApi.authedUserGetBundleFavorite({ userId: 45348281, bundleId: 429 }); 

Example Data

{ bundleId: 429, userId: 45348281, created: 2024-07-30T23:23:36.501Z } 

Endpoint

GET /v1/favorites/users/{userId}/bundles/{bundleId}/favorite