---
title: "Add Favorite"
method: POST
path: "/3/account/{account_id}/favorite"
---

# Add Favorite

`POST /3/account/{account_id}/favorite`

Mark a movie or TV show as a favourite.

## Path parameters

- `account_id` integer, required

## Query parameters

- `session_id` string

## Request body

- object
  - `RAW_BODY` string, json, required

## Response `200`

200

- object
  - `status_code` integer
  - `status_message` string

---

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