Incentable

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:

  1. Click Create Program
  2. Enter your program name and details
  3. Choose your branding colors and logo
  4. 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

  1. Log in to app.incentable.com
  2. Navigate to SettingsAPI Keys
  3. Click Generate New Key
  4. 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:

Next Steps