Quick Start
Get up and running with Incentable in minutes.
Quick Start
This guide will help you get started with Incentable, whether you're a program manager or a developer.
For Program Managers
1. Sign Up
Create your account at app.incentable.com or contact us for a demo.
2. Create Your Program
Once logged in:
- Click Create Program
- Enter your program name and details
- Choose your branding colors and logo
- Configure your point rules
3. Add Members
Import your members via:
- CSV Upload: Bulk import from spreadsheets
- Manual Entry: Add members one at a time
- API Integration: Sync from your CRM or database
4. Set Up Rewards
Configure your rewards catalog:
- Add gift cards from popular brands
- Upload custom merchandise
- Set point values for each reward
5. Launch!
Once configured, share your program URL with members and start awarding points.
For Developers
1. Get Your API Key
- Log in to app.incentable.com
- Navigate to Settings → API Keys
- Click Generate New Key
- Copy and securely store your key
2. Make Your First API Call
curl -X GET "https://api.incentable.com/v1/members" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
3. Explore the API
Check out the full API Reference for:
- Members API - Manage participants
- Points API - Award and track points
- Rewards API - Handle redemptions
- Webhooks - Real-time events
Next Steps
- API Overview - Full API documentation
- Contact Us - Get help from our team
