This method allows you to list all the priorities which are configured within your account.
/api/v2/objects/priorities
[
{
"id": 1,
"name": "Urgent",
"colour": "f80000",
"position": 1
},
{
"id": 2,
"name": "High",
"colour": "f88000",
"position": 2
},
{
"id": 3,
"name": "Normal",
"colour": "0097cf",
"position": 3
},
{
"id": 4,
"name": "Low",
"colour": "a3a3a3",
"position": 4
}
]