API Reference

Integrate SimpleStock into your workflow with our REST API.

Authentication

All API requests require authentication via httpOnly cookies. First, authenticate with the login endpoint to receive session cookies, then include them in subsequent requests.

curl -X POST https://app.simplestockus.com/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email": "user@company.com", "password": "..."}'

Base URL

https://app.simplestockus.com/api

Available Endpoints

GET/api/inventoryList all inventory items with filtering and pagination
POST/api/movementsCreate a new movement (inbound, outbound, or transfer)
GET/api/locationsGet all warehouse locations with occupancy data
GET/api/clientsList clients associated with your account
GET/api/reports/dashboardGet dashboard metrics and summary statistics
POST/api/service-requestsSubmit a new service request from client portal

Full API documentation with request/response examples is available in the app under Settings > API. Professional and Enterprise plans include API access.