Skip to main content
POST
Fetch feed events

Authorizations

Authorization
string
header
required

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

Body

application/json

JSON request body

cursor
string | null
Required string length: 24
limit
integer
Required range: 1 <= x <= 200
types
enum<string>[]
Maximum array length: 100
Available options:
video_published,
title_changed,
thumbnail_changed,
title_ab_test,
title_ab_test_concluded,
thumbnail_ab_test,
thumbnail_ab_test_concluded,
subscriber_change,
channel_renamed,
channel_avatar_changed,
members_only_changed
channelIds
string[]
Maximum array length: 100
Required string length: 24

Response

Successful response

events
object[]
required
nextCursor
string | null
required