A priority sets how urgent a ticket is. This API is read-only: priorities are configured in AlgaPSA, and you look them up here to translate a name like “High” into the ID a ticket requires.
List the configured priorities with GET /priorities, then keep the ID you need for priority_id when creating a ticket. Fetch a single record with GET /priorities/{id}. Boards set on the ITIL priority model derive urgency from impact and urgency instead of this flat list.
Every endpoint links through to its full parameters, request and response schemas, and code samples.
GET/api/v1/prioritiesAlgaPSAAlgaDeskGET v1GET/api/v1/priorities/{id}AlgaPSAAlgaDeskGET v1