Count Live Streams

This endpoint will return a count of currently published live streams

POST https://api.dyntube.com/v1/live-streams/count

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Body

NameTypeDescription

planType

number

1 //for standard plans

Response

{
  "count": 1
}

Last updated