cURL
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" } ]
Basic Auth
The data
The response is of type any.
any