Skip to content

My Stuff

Authenticated endpoints for the user’s “My Stuff” area on TV.

GET /tv/v3/auth/my-stuff

Returns My Stuff data for the logged-in user.

Sections:

  • Top section — Subscription, Following, Purchased, In Progress, Watchlist.
  • Dynamic sections — Continue Watching, My Watchlist, My Subscriptions, Purchased Content, Following, Watch History. (Dynamic section endpoints may be provided per section, similar to TV Genres.)

Request

http
GET /tv/v3/auth/my-stuff
Authorization: Bearer <token>

Response

Response structure to be documented (top section + dynamic sections).


Clear Watch History

Endpoint for clearing the user’s watch history. Path and method to be confirmed.


Manage Subscription

Subscription details (for the logged-in user) include:

  • Creator details — To whom the user is subscribed.
  • Subscription details — Plan (monthly or yearly, etc.), Price, Status, Member Since, Next Billing.
  • Your Benefits — Array of strings.

Cancel Subscription — Dedicated endpoint to cancel a subscription; path and method to be confirmed.