---
title: "Create a favorite for the bundle by the authenticated user."
method: POST
path: "/v1/favorites/users/{userId}/bundles/{bundleId}/favorite"
tags: ["Assets", "Avatars", "Interactions", "Users"]
---

# Create a favorite for the bundle by the authenticated user.

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

## Path parameters

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

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 1: Invalid user Id. 2: Invalid bundle Id.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 6: You are not authorized to perform this action.
- `409` — 3: Bundle is already favorited.
- `429` — 5: This action was floodchecked. Please try again later.

---

[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/revisions/958b2b40425d/schema)
