List
/channelgroups/list
This function retrieves the full list of channel groups on your account.
token (string, required)
{
"code":200,
"status":"success",
"data":[
{
"id":"392",
"user_id":"17740",
"channel_group_name":"test",
"channel_count":"2",
"channel_group_status":"cart",
"create_dt":"2018-07-13 16:12:34",
"modify_dt":"2018-07-13 16:12:34"
}
]
}
Last modified 3yr ago