---
title: "Favors (or unfavors) a game for the authenticated user"
method: POST
path: "/v1/games/{universeId}/favorites"
tags: ["Interactions", "Universes"]
---

# Favors (or unfavors) a game for the authenticated user

`POST /v1/games/{universeId}/favorites`

## Path parameters

- `universeId` integer, required

## Request body

- RobloxGamesApiModelsRequestGameFavoritesRequest — Game favorite request model.
  - `isFavorited` boolean — true for favor the game, false for unfavor the game.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 3: The universe's root place is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 11: You are not authorized to perform this action.
- `404` — 2: The requested universe does not exist.
- `429` — 4: Too many requests have been made.

---

[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/ece7c5a315e7/schema)
