How Peak Leverage connects to ConnectWise PSA
ConnectWise PSA (formerly Manage) is the central operating system for Managed Service Providers (MSPs) and IT businesses. It handles helpdesk ticketing, technician dispatching, CRM, project management, and billing in one unified platform.
Auth model
Authentication requires a specific Client ID (obtained from the ConnectWise Developer Network) and a Base64-encoded basic authentication string composed of your Company ID, a Public API Key, and a Private API Key formatted as 'CompanyId+PublicKey:PrivateKey'.
API model
Data flows securely via JSON over HTTPS. Endpoints are heavily modularized (e.g., /company/companies, /service/tickets), meaning custom website integrations must often chain multiple API requests to fully provision a new client, contact, and ticket.
Related routes for ConnectWise PSA
Review the industry-specific pages that inherit this documented integration model.