cURL
curl --request GET \ --url {schemes}://api.upsun.com/tickets/priority \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "label": "<string>", "short_description": "<string>", "description": "<string>" } ]
The ID of the subscription the ticket should be related to
The category of the support ticket.
An array of available priorities for that license.
Machine name of the priority.
The human-readable label of the priority.
The short description of the priority.
The long description of the priority.