---
title: "Gets the favorite model for the bundle and user."
method: GET
path: "/v1/favorites/users/{userId}/bundles/{bundleId}/favorite"
tags: ["Assets", "Avatars", "Interactions", "Users"]
---

# Gets the favorite model for the bundle and user.

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

## Path parameters

- `userId` integer, required
- `bundleId` integer, required

## Response `200`

OK

- RobloxCatalogApiBundleFavoriteModel — A model to represent bundle favorites.
  - `bundleId` integer — The Id of the bundle being favorited.
  - `userId` integer — The Id of the user favoriting the bundle.
  - `created` string, date-time — The time at which the user favorited the bundle.

## Other responses

- `400` — 1: Invalid user Id. 2: Invalid bundle Id.
- `401` — 0: Authorization has been denied for this request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
