GET
/
streaming
/
simulcasts
/
v1
/
{simulcast_id}
curl --request GET \
  --url https://api.mottostreaming.com/streaming/simulcasts/v1/{simulcast_id} \
  --header 'Authorization: Bearer <token>'
{
  "simulcast": {
    "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.

Path Parameters

simulcast_id
string
required

Response

200
application/json
OK
simulcast
object