1. Tickets
ConeixApi
  • Company
    • List of companies
      GET
    • Create company
      POST
    • Edit company
      PATCH
  • Tickets
    • Get single ticket
      GET
    • Get ticket status
      GET
    • Get ticket categories
      GET
    • Create a single ticket
      POST
    • Upload ticket file
      POST
    • Get ticket types
      GET
  • People
    • List of people
      GET
    • Create people
      POST
    • Get single people
      GET
    • Edit people
      PATCH
  • Projects
    • List of projects
      GET
    • Get project status
      GET
  1. Tickets

Get ticket categories

Developing
GET
tickets/categories

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Header Params

Responses

🟠401Unauthorized
application/json
Body

🔴500Internal server error
🟢200OK
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://.coneix.com//Coneix2/api/v1/tickets/categories' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json'
Response Response Example
401 - Unauthorized
{
    "status": "error",
    "error": "Token invalid"
}
Modified at 2026-03-26 07:40:15
Previous
Get ticket status
Next
Create a single ticket
Built with