List my collections
**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
isDefault
boolean, optional. true = only the 3 default lists (Favorites / Already Watched / Watchlist); false = only custom lists; omitted = all.
Response
OK
ok
data
Errors
401
Unauthorized Error

