Get a list of ticket categories
Scope:
operator
payload
The ticket categories data
category_name
The category name
id
The unique identifier for the ticket category
status
The system response status. Will be ok or error
curl
example request
1
curl -H "Authorization: Bearer {{Oauth Token}}"
2
https://developer.livehelpnow.net/api/ticket/categories
example response
1
{
2
"payload": [{
3
"category_name"
: "Sales",
4
"id"
: 9
5
}],
6
"status": "ok"
7
}