v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Live Events

Live event total by channel ID

get/liveevent/total-liveevents

Headers

organizationstring required

Your Organization ID

channelstring required

The Channel ID that your video belongs to.

Response

The total published livevent per channel.

messagestring
errorboolean
codeinteger

Example response

{
  "message": "OK",
  "code": 200,
  "results": {
    "response": {
      "totalLiveEvents": 42
    }
  }
}