Restreams
Get all restreams
Returns a list of all restreams created in your account
get/streaming/restreams
Query parameters
pageinteger
Use it to list the paginated content
Response
Successful
Example response
[
{
"name": "first restream",
"active": true,
"uri": "rtmp://a.rtmp.youtube.com/live/k17a-13s8",
"stream_id": 20,
"client_user_id": 10
}
]