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
Example response
{
"count": 84
}