Skip to main content
GET
Get the user's cursor-paginated collection

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

type
enum<string>
Available options:
movie,
show,
anime
cursor
string

Opaque cursor from a previous response's nextCursor. Keep other query parameters identical while paging.

limit
integer
default:100
Required range: 1 <= x <= 200

Response

Collection items

items
object[]
required
nextCursor
string | null
required