API Reference

Integrate SmartSale into your applications with our comprehensive API.

Authentication

POST/api/auth/token

Generate an API token for authentication

curl -X POST https://api.smartsale.com/auth/token \
  -H "Content-Type: application/json" \
  -d '{"email": "your@email.com", "password": "your_password"}'