---
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

---

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