Details
Get playlist items
Get playlist items by ID, playlist or channel
GET
/
playlistItems
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The unique ID of the playlist for which you want to retrieve playlist items
The unique ID of the channel for which you want to retrieve uploads videos
Required string length:
24
The unique ID of the video for which you want to retrieve the playlist items
Required string length:
11
Response
200 - application/json
Total number of playlist items returned.
Number of results returned per page.
Array of playlist item objects.
Token to retrieve the next page of results, if available.
Token to retrieve the previous page of results, if available.