Skip to main content
GET
/
ticket
/
status
/
search
Search ticket status records
curl --request GET \
  --url https://shortext.ny-corp.io/api/ticket/status/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 1,
    "app_id": null,
    "name": "Open",
    "code": "open",
    "position": 1,
    "is_active": true,
    "is_terminal": false,
    "is_resolved": false,
    "created_at": "2025-04-25T17:19:31.000000Z",
    "updated_at": "2025-04-25T17:19:31.000000Z"
  }
]

Authorizations

Authorization
string
header
required

Basic Auth

Query Parameters

agent
string
required

Response

200 - application/json

The data

The response is of type any.

I