SalesLoft Upgrade & Migration Overview SalesLoft REST API is versioned at v2 with no official SDK -- migrations involve endpoint changes, auth flow updates, and response schema changes. The Cadence Import/Export API was a major addition. Key migration: SalesLoft rebranded some endpoints and added OAuth client credentials flow. Migration Scenarios Legacy API Key to OAuth 2.0 Adding Client Credentials Flow Cadence Import/Export API Adoption Migration Checklist - [ ] Audit all endpoints used (search codebase for ) - [ ] Check response fields consumed (SalesLoft may add/remove fields) - [ ] Test…