Skip to main content

Get started in three steps

Step 1: Get Your API Key

Join the Waitlist

Sign up to get early API access. We’re onboarding new users every week.

Step 2: Get Your Sales Navigator URL

Step 3: Make Your First API Call

curl -X POST https://api.cheetah-sales.dev/api/enrich \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "salesNavUrl": "YOUR_SALES_NAV_URL",
    "sender": {
      "name": "Your Name",
      "company": "Your Company",
      "valueProp": "What you offer"
    }
  }'

Step 4: Get Your Enriched Leads

curl https://api.cheetah-sales.dev/api/enrich/run_abc123xyz \
  -H "Authorization: Bearer YOUR_API_KEY"

Next steps