Quick Start Guide
Get started with ChurnShield in just a few minutes. Follow this guide to set up your account and start monitoring customer health.
Step 1: Create Account
Sign up for a ChurnShield account to get started. The process takes less than 2 minutes.
- Visit the signup page
- Enter your email address and create a password
- Verify your email address
- Complete your organization profile
Step 2: Get API Key
Generate an API key to authenticate your requests to the ChurnShield API.
- Navigate to the API Keys section in your dashboard
- Click "Generate New Key"
- Copy your API key and store it securely
⚠️ Keep your API key secure and never share it publicly. If compromised, you can revoke it from your dashboard.
Step 3: Install SDK
Choose your preferred language and install our SDK:
npm install @churnshield/node
Step 4: Initialize SDK
Initialize the SDK with your API key:
const ChurnShield = require('@churnshield/node');
const client = new ChurnShield('YOUR_API_KEY');
Next Steps
Explore the API
Learn about all available endpoints and features in our API documentation.
View API DocsSet Up Stripe Integration
Connect ChurnShield with your Stripe account to automatically import customer and subscription data.
Connect StripeConfigure Health Scores
Learn how to customize health score factors for your business.
Configure Scores