GET
/
streaming
/
simulcasts
/
v1
/
batch
curl --request GET \
  --url https://api.mottostreaming.com/streaming/simulcasts/v1/batch \
  --header 'Authorization: Bearer <token>'
{
  "simulcasts": [
    {
      "id": "<string>",
      "name": "<string>",
      "status": "SIMULCAST_STATUS_UNSPECIFIED",
      "rtmp_target": {
        "url": "<string>",
        "stream_key": "<string>"
      },
      "srt_target": {
        "url": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

simulcast_ids
string[]

Response

200
application/json
OK
simulcasts
object[]