Skip to main content
GET
/
tickets
/
category
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "label": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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 25, 2026