Qlik TypeScript SDK
The official TypeScript SDK for seamless integration with Qlik Sense Enterprise and Qlik Cloud. Build powerful analytics applications with type-safe APIs and modern developer experience.
Get started in seconds
Install the package and start building with just a few lines of code
npm install qlik
import Qlik from 'qlik';
const qlik = new Qlik({
host: 'your-tenant.us.qlikcloud.com',
webIntegrationId: 'your-web-integration-id'
});
// Authenticate and start building
await qlik.authenticateToQlik();
const apps = await qlik.getAppList();
Everything you need
Comprehensive features for building modern Qlik integrations
🔐 Smart Authentication
Popup and session monitoring with persistent authentication management across your applications.
☁️ Multi-Platform Support
Works seamlessly with both Qlik Cloud (SaaS) and Qlik Sense Enterprise environments.
📊 Complete API Coverage
Full access to apps, sheets, objects, data models, and user management APIs.
🎯 TypeScript First
Built with TypeScript for complete type safety and excellent developer experience.
🚀 Universal Modules
Supports ESM, CommonJS, and UMD for maximum compatibility across all environments.
💾 Session Management
Intelligent session persistence and automatic token refresh for seamless user experience.
Ready to get started?
Join thousands of developers building amazing analytics applications with Qlik SDK.