v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
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

countinteger

count of videos

Example response

{
  "count": 5
}