curl --request PUT \
--url https://api.wirespeed.co/v1/integration/{integrationId}/connectwise-psa \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ticketCompanyId": "<string>",
"ticketBoardId": "<string>",
"ticketTypeId": "<string>",
"ticketPriorityId": "<string>",
"ticketPriorityUseSeverity": true,
"ticketStatusId": "<string>",
"ticketPreventedPriorityId": "<string>",
"ticketPreventedPriorityUseSeverity": true,
"ticketPreventedStatusId": "<string>",
"ticketAutoContainedPriorityId": "<string>",
"ticketAutoContainedPriorityUseSeverity": true,
"ticketAutoContainedStatusId": "<string>",
"ticketContainedPriorityId": "<string>",
"ticketContainedStatusId": "<string>",
"ticketClosedPriorityId": "<string>",
"ticketClosedStatusId": "<string>",
"ticketRespondedPriorityId": "<string>",
"ticketRespondedStatusId": "<string>",
"criticalSeverityPriorityId": "<string>",
"highSeverityPriorityId": "<string>",
"mediumSeverityPriorityId": "<string>",
"lowSeverityPriorityId": "<string>",
"informationalSeverityPriorityId": "<string>"
}
'{
"message": "<string>",
"statusCode": 123
}curl --request PUT \
--url https://api.wirespeed.co/v1/integration/{integrationId}/connectwise-psa \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ticketCompanyId": "<string>",
"ticketBoardId": "<string>",
"ticketTypeId": "<string>",
"ticketPriorityId": "<string>",
"ticketPriorityUseSeverity": true,
"ticketStatusId": "<string>",
"ticketPreventedPriorityId": "<string>",
"ticketPreventedPriorityUseSeverity": true,
"ticketPreventedStatusId": "<string>",
"ticketAutoContainedPriorityId": "<string>",
"ticketAutoContainedPriorityUseSeverity": true,
"ticketAutoContainedStatusId": "<string>",
"ticketContainedPriorityId": "<string>",
"ticketContainedStatusId": "<string>",
"ticketClosedPriorityId": "<string>",
"ticketClosedStatusId": "<string>",
"ticketRespondedPriorityId": "<string>",
"ticketRespondedStatusId": "<string>",
"criticalSeverityPriorityId": "<string>",
"highSeverityPriorityId": "<string>",
"mediumSeverityPriorityId": "<string>",
"lowSeverityPriorityId": "<string>",
"informationalSeverityPriorityId": "<string>"
}
'{
"message": "<string>",
"statusCode": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ConnectWise PSA integration ID