Authentication
Leads API
Custom Fields
Scheduling
Quotes
Referrals
Webhooks

API Reference

Integrate SmartSale into your applications using our comprehensive API.

Authentication

All API requests require an API token for authentication. Generate your token from the Integration page in your dashboard.

How to Get Your API Token

  1. Log in to your SmartSale dashboard
  2. Navigate to Settings → Integration
  3. Generate or copy your API token
  4. Include it in the x-api-token header for all requests

Example API request with authentication:

curl -X POST "https://www.smartsalecrm.co.il/api/leads/create" \
  -H "Content-Type: application/json" \
  -H "x-api-token: YOUR_API_TOKEN" \
  -d '{"name": "John Doe", "email": "john@example.com"}'
Contact Us