getStreamMarkers

suspend fun getStreamMarkers(userId: String? = null, videoId: String? = null, cursor: String? = null, pageSize: Int? = null): Page<StreamMarkerGroup>

Twitch API: Get Stream Markers

Gets a single page of stream markers for the user or video.

Return

a Page of StreamMarkerGroup objects.

Parameters

userId

a user ID. The request returns the markers from this user's most recent video.

videoId

a video on demand (VOD)/video ID.

cursor

the cursor used to get the next page of results.

pageSize

the maximum number of items to return per page (1-100, default 20). Null uses the API default.