This function returns a list of the server's enabled protocols.
uapi --output=jsonpretty \ --user=username \ Bandwidth \ get_enabled_protocols
{- "apiversion": 3,
- "func": "get_enabled_protocols",
- "module": "Bandwidth",
- "result": {
- "data": [
- "imap"
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}