Live Streams Limit

This endpoint provides the limit on live streams for your current plan.

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

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Body

NameTypeDescription

planType

number

1 //for standard plans

Response

{
  "limit": 1
}

Last updated