# API: Get HostBill Version

# getHostBillversion

Return installed HostBill version

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getHostBillversion

# PHP Samples

# Response

{
    "success": true,
    "version": "3.1.2",
    "call": "getHostBillversion",
    "server_time": 1323442549
}
Last Updated: 5/12/2023, 3:22:14 PM