Add items to favorites

🔒 OAuth Required 😁 Emojis

If the user only had 50 TV shows and movies to bring with them on a deserted island, what would they be? Apps should encourage user's to add favorites so the algorithm keeps getting better.

Notes

Each favorite can optionally accept a notes (500 maximum characters) field explaining why the user favorited the item.

Limits

If the user's favorite limit is exceeded, a 420 HTTP error code is returned. This limit applies to all users.

JSON POST Data

KeyTypeValue
moviesarrayArray of movie objects. (see examples ->)
showsarrayArray of show objects.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body

movies
array of objects | null
movies
shows
array of objects | null
shows
Response

Language
Credentials
Required Scopes
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json