List my collections

View as Markdown
**What:** The signed-in user's collections as lightweight cards (defaults first, then by creation order). **Auth:** Bearer token required. **Query params:** | Param | Type | Required | Description | Example | |---|---|---|---|---| | isDefault | string | no | `true` = defaults only (Favorites/Already Watched/Watchlist); `false` = custom only; omitted = all. | `true` | **Returns:** `data = [card]`.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

isDefaultbooleanOptional

boolean, optional. true = only the 3 default lists (Favorites / Already Watched / Watchlist); false = only custom lists; omitted = all.

Response

OK
okboolean
datalist of objects

Errors

401
Unauthorized Error