Integrate SmartSale into your applications using our comprehensive API.
All API requests require an API token for authentication. Generate your token from the Integration page in your dashboard.
x-api-token header for all requestsExample 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"}'