1-877-548-3001 Sign in About Contact
Developer

GET

/api/ticket/categories

Get a list of ticket categories

Scope:

operator

Response

Schema

{}

payload

The ticket categories data

[]

{}

A

category_name

The category name

2

id

The unique identifier for the ticket category

A

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 }