v1
latestOpenAPI 3.0.02026-07-24212113249.1 KBPosts
Total number of videos by channel ID
get/post/total-videos
Headers
organizationstring required
Your Organization ID
channelstring required
The Channel ID that your video belongs to.
Response
The total published post per channel.
Example response
{
"message": "OK",
"code": 200,
"results": {
"response": {
"totalVideos": 42
}
}
}