curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/connectwise-psa/priorities \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>"
}
]
curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/connectwise-psa/priorities \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ConnectWise PSA integration ID
The response is of type object[]
.