authedUserGetBundleFavorite
Gets the authenticated users favorite for a specific bundle.
Parameters
Name | Type | Description |
---|---|---|
userId | UserId | The ID of the authenticated user. |
bundleId | BundleId | The 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