Skip to main content
GET
List support ticket categories

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