Skip to main content
GET
/
tickets
/
category
List support ticket categories
curl --request GET \
  --url {schemes}://api.upsun.com/tickets/category \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "label": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

subscription_id
string

The ID of the subscription the ticket should be related to

organization_id
string

The ID of the organization the ticket should be related to

Response

200 - application/json

An array of available categories for a ticket.

id
string

Machine name of the category as is listed in zendesk.

label
string

The human-readable label of the category.

Last modified on March 11, 2026