api_access_token: ********************curl --location --request GET 'http://localhost:3030/api/v1/accounts//sla_policies' \
--header 'api_access_token: <api-key>'[
{
"id": 0,
"name": "string",
"description": "string",
"first_response_time_threshold": 0,
"next_response_time_threshold": 0,
"resolution_time_threshold": 0,
"only_during_business_hours": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]