{"info":{"_postman_id":"0e95d441-dfb1-441f-986c-cefded2f66f3","name":"JuiceShop","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11581686","collectionId":"0e95d441-dfb1-441f-986c-cefded2f66f3","publishedId":"SztEZSZ4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-01T04:04:29.000Z"},"item":[{"name":"Products","item":[{"name":"Search","id":"24d499ab-90f0-4aca-bac4-f0b3e1a2b020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/rest/products/search?q=","urlObject":{"protocol":"http","port":"3000","path":["rest","products","search"],"host":["localhost"],"query":[{"key":"q","value":""}],"variable":[]}},"response":[],"_postman_id":"24d499ab-90f0-4aca-bac4-f0b3e1a2b020"},{"name":"Add Review","id":"834fa84e-d250-4e82-a544-ccb671b70557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/rest/products/1/reviews","urlObject":{"protocol":"http","port":"3000","path":["rest","products","1","reviews"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"834fa84e-d250-4e82-a544-ccb671b70557"}],"id":"a240cfa1-daae-4411-8b02-bbe6612ba051","_postman_id":"a240cfa1-daae-4411-8b02-bbe6612ba051","description":""},{"name":"Shopping","item":[{"name":"Shopping Basket","id":"54fd1285-9859-4517-a945-05ad9a951bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/rest/basket/8","description":"<p>Retrieve the shopping basket</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdee5c4d-c8c3-4dbe-af6d-a357dd3f5178","id":"cdee5c4d-c8c3-4dbe-af6d-a357dd3f5178","name":"Shopping","type":"folder"}},"urlObject":{"protocol":"http","port":"3000","path":["rest","basket","8"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54fd1285-9859-4517-a945-05ad9a951bf3"},{"name":"Add Credit Card","id":"bc849ccb-3240-48e2-a06f-2d9ac1c1a380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"fullName\":\"maverick\",\"cardNum\":1234567891234567,\"expMonth\":\"2\",\"expYear\":\"2085\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/Cards/","description":"<p>This request adds new credit card information</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdee5c4d-c8c3-4dbe-af6d-a357dd3f5178","id":"cdee5c4d-c8c3-4dbe-af6d-a357dd3f5178","name":"Shopping","type":"folder"}},"urlObject":{"protocol":"http","port":"3000","path":["api","Cards",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc849ccb-3240-48e2-a06f-2d9ac1c1a380"}],"id":"cdee5c4d-c8c3-4dbe-af6d-a357dd3f5178","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"24230e91-e77a-4413-8829-63c5b4bf69a5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fe06d85a-b098-4750-af3a-e87f26e53599","type":"text/javascript","exec":[""]}}],"_postman_id":"cdee5c4d-c8c3-4dbe-af6d-a357dd3f5178","description":""},{"name":"Register new user","id":"ee80e4f5-111a-45e0-b023-27f293b796c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\":\"john@john.com\",\"password\":\"mary123\",\"passwordRepeat\":\"mary123\",\"securityQuestion\":{\"id\":2,\"question\":\"Mother's maiden name?\",\"createdAt\":\"2020-06-01T03:10:44.683Z\",\"updatedAt\":\"2020-06-01T03:10:44.683Z\"},\"securityAnswer\":\"mary\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/Users/","description":"<p>This request registers a new user</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","Users",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee80e4f5-111a-45e0-b023-27f293b796c1"},{"name":"Login Request","id":"10a2385e-7814-463a-b161-b3ea07da79d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\":\"mary@mary.com\",\"password\":\"wrongpassword\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/rest/user/login","urlObject":{"protocol":"http","port":"3000","path":["rest","user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ef4f65c6-c9c1-485a-9450-9165990b344f","name":"Login - Invalid User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\":\"mary@mary.com\",\"password\":\"wrongpassword\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/rest/user/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Feature-Policy","value":"payment 'self'"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"26"},{"key":"ETag","value":"W/\"1a-ARJvVK+smzAF3QQve2mDSG+3Eus\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 01 Jun 2020 04:00:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Invalid email or password."},{"id":"f8ff9f75-c833-4bd5-a697-18e245956ac1","name":"Login - Valid User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\":\"mary@mary.com\",\"password\":\"mary123\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/rest/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Feature-Policy","value":"payment 'self'"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"822"},{"key":"ETag","value":"W/\"336-sEzj1tQaaubYcXRDk58yij+aa6g\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 01 Jun 2020 03:58:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"authentication\": {\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdGF0dXMiOiJzdWNjZXNzIiwiZGF0YSI6eyJpZCI6MTgsInVzZXJuYW1lIjoiIiwiZW1haWwiOiJtYXJ5QG1hcnkuY29tIiwicGFzc3dvcmQiOiJmMzg3YzE1MjYwNmQ4NDVkM2M0ZmNiNDEzN2IwYzA4NCIsInJvbGUiOiJjdXN0b21lciIsImRlbHV4ZVRva2VuIjoiIiwibGFzdExvZ2luSXAiOiIwLjAuMC4wIiwicHJvZmlsZUltYWdlIjoiL2Fzc2V0cy9wdWJsaWMvaW1hZ2VzL3VwbG9hZHMvZGVmYXVsdC5zdmciLCJ0b3RwU2VjcmV0IjoiIiwiaXNBY3RpdmUiOnRydWUsImNyZWF0ZWRBdCI6IjIwMjAtMDYtMDEgMDM6MzY6MDkuNDY0ICswMDowMCIsInVwZGF0ZWRBdCI6IjIwMjAtMDYtMDEgMDM6MzY6MDkuNDY0ICswMDowMCIsImRlbGV0ZWRBdCI6bnVsbH0sImlhdCI6MTU5MDk4Mzg5NywiZXhwIjoxNTkxMDAxODk3fQ.D4yvZQETjrWWJbheeWsu_X-n3XwrwXE4LNRuw6Kc9SgQsCTNWU-96zTKARpmxZec8X8ZF6bLeQ-OcEsQ1_gJ9T7OQUA65JfgFSzPjTc3Mnio9UO3l1bKPWFO24B_vDbKKej-cNtgPOJnTMsapwUGhVAE8YpebHI4V61ocXnn0Ps\",\n        \"bid\": 9,\n        \"umail\": \"mary@mary.com\"\n    }\n}"}],"_postman_id":"10a2385e-7814-463a-b161-b3ea07da79d4"}]}