Returns the super-liked list for a specific profile. Requires a session token in the Authorization header.
Items are ordered newest-first and support cursor-based pagination via nextPageToken.
Pagination:
nextPageToken from a previous response to fetch the next page.hasMore is true, there are more items available.Exclusive lists: Liked, disliked, and super-liked are mutually exclusive — a title can only be in one of those lists at a time. Super-liked titles signal strong positive preference to the recommendation engine.
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
Opaque token from previous page for pagination
Maximum number of items to return (1-50, default: 10)
1 <= x <= 50List of super_liked items retrieved successfully