curl --location --request GET '/manage/api/v1.0/c2c/stream-converters' \
--header 'X-Organization-Key;'
{
"code": 0,
"message": "OK",
"data": {
"list": [
{
"converter_name": "name1",
"update_ts": "",
"converter_id": "abc",
"state": "running",
"bypass_option": {
"url": "",
"custom_params": "",
"server_ip": "",
"server_port": 0,
"device_password": "",
"local_port": 0,
"device_id": "",
"local_channel": 0
},
"sn": "abc",
"camera": "39-0-7",
"video": "normal-0",
"scheme": "rtmp",
"auto_push_stream": false,
"device_online_status": false,
"device_callsign": ""
}
]
}
}