This method returns all the SLAs which are configured on your account.
/api/v2/objects/slas
[
{
"id": 2,
"name": "Extreme Response",
"reply_in": 10,
"resolution_in": 120
},
{
"id": 1,
"name": "Standard Response",
"reply_in": 30,
"resolution_in": null
}
]