Everything you need to integrate QikCard into your events, applications, and workflows. From quick start guides to advanced API references.
Most accessed guides and references to get you started quickly.
Comprehensive guides, tutorials, and references for all QikCard features.
Get up and running with QikCard in just a few lines of code. Our SDK makes integration simple and straightforward.
// Initialize QikCard SDK
import { QikCard } from '@qikcard/sdk';
const qikcard = new QikCard({
apiKey: 'your-api-key',
environment: 'production'
});
// Create a new event
const event = await qikcard.events.create({
name: 'Web3 Developer Conference',
startDate: '2025-03-15',
endDate: '2025-03-17',
location: 'San Francisco, CA'
});
// Set up QikPoint scanners
const scanner = await qikcard.scanners.create({
eventId: event.id,
type: 'BoothTag',
location: 'Main Entrance'
});
console.log('Event created:', event.id);
Our team is here to support you every step of the way.
Comprehensive guides and tutorials
Connect with other developers
Direct support from our team