Adds a member watchlist film for the currently authenticated member

Licenses Required

  • Vista.Ocapi
Request
header Parameters
loyaltySessionToken
string

Current Loyalty session token, represents a 'signed-in' member

Connect-Region-Code
string

Region Code

Request Body schema:
required

The details of the film to add to the member's watchlist

filmId
required
string non-empty

Gets the unique identifier of the film

Responses
204

Member watchlist film created.

400

Request property is invalid or missing.

401

No member authenticated.

post/ocapi/v1/members/current/watchlist-films
Request samples
{
  • "filmId": "string"
}