cURL
curl --request GET \ --url https://api.mottostreaming.com/streaming/live_streams/v1/{live_stream_id} \ --header 'Authorization: Bearer <token>'
{ "live_stream": { "id": "<string>", "project_id": "<string>", "name": "<string>", "region": "REGION_UNSPECIFIED", "rtmp_ingest_id": "<string>", "video_id": "<string>", "simulcasts": [ { "id": "<string>", "name": "<string>", "status": "SIMULCAST_STATUS_UNSPECIFIED", "rtmp_target": { "url": "<string>", "stream_key": "<string>" }, "srt_target": { "url": "<string>" }, "is_external": true } ], "accept_input": true, "priority": "<string>", "rtmp_ingest_url": "<string>", "srt_ingest_url": "<string>" } }
GetLiveStream
Returns information about the live stream.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object