Playlists
Get Video Count in Playlist
Gets a count of the videos in a playlist for the account
get/v1/accounts/{{account_id}}/counts/playlists/{{playlist_id}}/videos
Path parameters
account_idstring required
Video Cloud account ID.
playlist_idstring required
Playlist ID.
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Response
200
Example response
{
"count": 5
}