# API: List Client SLAs

# listClientSLA

Get list of Client SLAs

# Request

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

# PHP Samples

# Response

{
    "success": true,
    "allslas": [
        {
            "id": 1,
            "name": "Gold",
            "description": "",
            "color": "#ffcc00",
            "count": 3
        }
    ],
    "call": "listClientSLA",
    "server_time": 1702904115
}
Last Updated: 8/10/2026, 2:13:46 PM