Get list of apps/app groups defined in system (From Settings->Apps)
GET http://url_to_your_hostbill.com/admin/api.php?api_id=API_ID&api_key=API_KEY&call=getAppGroups
{
"success": true,
"servers": [
{
"id": "1",
"name": "OnApp Server",
"module": "5",
"modulename": "OnAPP",
"servers": "4"
},
{
"id": "2",
"name": "cPanel",
"module": "9",
"modulename": "Cpanel",
"servers": "1"
},
{
"id": "3",
"name": "directadmin.com",
"module": "10",
"modulename": "DirectAdmin",
"servers": "1"
}
],
"call": "getAppGroups",
"server_time": 1317712718
}