v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
Playlists

Get Playlist Count

Gets a count of playlists in the account for the account

get/v1/accounts/{{account_id}}/counts/playlists

Path parameters

account_idstring required

Video Cloud account ID.

Query parameters

qstring
Example:+name:Birds

Search string - see search guide for details

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": 84
}