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/apiAvailable Endpoints
GET
/api/inventoryList all inventory items with filtering and paginationPOST
/api/movementsCreate a new movement (inbound, outbound, or transfer)GET
/api/locationsGet all warehouse locations with occupancy dataGET
/api/clientsList clients associated with your accountGET
/api/reports/dashboardGet dashboard metrics and summary statisticsPOST
/api/service-requestsSubmit a new service request from client portalFull API documentation with request/response examples is available in the app under Settings > API. Professional and Enterprise plans include API access.