---
title: "List support ticket categories"
method: GET
path: "/tickets/category"
tags: ["Support"]
---

# List support ticket categories

`GET /tickets/category`

## Query parameters

- `subscription_id` string
- `organization_id` string

## Response `200`

An array of available categories for a ticket.

- object[]
  - `id` string — Machine name of the category as is listed in zendesk.
  - `label` string — The human-readable label of the category.

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
