---
title: "POST /user/favorites"
method: POST
path: "/user/favorites"
tags: ["Favorites"]
---

# POST /user/favorites

`POST /user/favorites`

creates a new user favorite

## Request body

- FavoriteRecord — Favorites record
  - `series` integer
  - `movie` integer
  - `episode` integer
  - `artwork` integer
  - `people` integer
  - `list` integer

## Response `200`

Ok

## Other responses

- `400` — Bad format
- `401` — Unauthorized

## Changes

- **2023-04-10** `12b958139c02` — 2 warning, 2 info
  - removed the request property `episodes`
  - removed the request property `movies`
  - added the new optional request property `episode`
  - added the new optional request property `movie`
- **2022-05-12** `e01e84a26def` — 2 warning, 2 info
  - removed the request property `episode`
  - removed the request property `movie`
  - added the new optional request property `episodes`
  - added the new optional request property `movies`

[Change history](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/changes/user/favorites/post.md)

---

[API](https://skmtc.dev/thetvdb/apis/tvdb-api-v4.md) · [All operations](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thetvdb/tvdb-api-v4/revisions/5d7caa274c72/schema)
