Outbound Channel Count
Full Url:
Arguments:
- token (string, required)Info: Returns the number of outbound channels (not channel group channels) currently in use.
Example Success
{
"code": 200,
"status": "success",
"data": "555"
}
Example Error
{
"code": 400,
"status": "error",
"data": "Missing variable: token"
}