# Get store list Returns a list stores Endpoint: GET /slapi/stores/storelist Version: 0.0.1 Security: BasicAuthCredentials ## Response 200 fields (applicaiton/json): - `stores` (array) - `stores.storecode` (string) Example: "0000000001" - `stores.storeLocation` (string) Example: "Store 1" - `stores.salonName` (string) Example: "Store 1" - `stores.address1` (string) Example: "1 Main St" - `stores.address2` (string) Example: "Suite 1" - `stores.city` (string) Example: "Buffalo" - `stores.state` (string) Example: "NY" - `stores.zip` (string) Example: "14220" - `stores.phone` (string) Example: "7165551234" - `stores.email` (string) Example: "test@test.com" - `stores.manager` (string) Example: "Jane Doe" - `stores.startTime` (string) Example: "10:00 AM" - `stores.endTime` (string) Example: "2:00 PM" ## Response 404 fields (applicatoin/json): - `error` (string) - `message` (string)