v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Posts

List last five videos by channel ID

get/post/last-published-videos

Headers

organizationstring required

Your Organization ID

channelstring required

The Channel ID that your video belongs to.

Response

The total published post per channel.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "_Id": "643fe34907539415c40e41a4",
      "title": "Trading plan",
      "thumbnail": "6419fad0e07a2856ca0f02a3",
      "publishedAt": "2023-03-21T19:09:07.480Z"
    }
  }
}