Skip to main content
GET
/
tickets
/
priority
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "label": "<string>",
    "short_description": "<string>",
    "description": "<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

category
string

The category of the support ticket.

Response

200 - application/json

An array of available priorities for that license.

id
string

Machine name of the priority.

label
string

The human-readable label of the priority.

short_description
string

The short description of the priority.

description
string

The long description of the priority.

Last modified on March 25, 2026