{"info":{"_postman_id":"a7fb09d8-d17f-4b41-91c2-534a2a7bbfe6","name":"teclaverde","description":"<html><head></head><body><p>Ecom API docs</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19168934","collectionId":"a7fb09d8-d17f-4b41-91c2-534a2a7bbfe6","publishedId":"2sA3JGeiK1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-04T13:16:45.000Z"},"item":[{"name":"Index","item":[{"name":"home","id":"719cac73-eaec-47f8-874c-0c0fdd2276ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/index/home","urlObject":{"port":"8080","path":["api","index","home"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"719cac73-eaec-47f8-874c-0c0fdd2276ae"},{"name":"about","id":"5c00d23d-6048-41cc-b641-50b7e6a57eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/index/about","urlObject":{"port":"8080","path":["api","index","about"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c00d23d-6048-41cc-b641-50b7e6a57eff"},{"name":"contact","id":"41b28f14-6f54-44db-8414-4a5502d8fab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/index/contact","urlObject":{"port":"8080","path":["api","index","contact"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"41b28f14-6f54-44db-8414-4a5502d8fab1"}],"id":"b203d7bd-85f2-49ed-9a77-7888e185d236","_postman_id":"b203d7bd-85f2-49ed-9a77-7888e185d236","description":""},{"name":"Auth","item":[{"name":"Password","item":[{"name":"Reset Password","item":[{"name":"Reset Password","id":"870bbfad-462f-4a36-a15d-5bf75b8006ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"mukailasamsondeen@yahoo.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/auth/password/reset","urlObject":{"port":"8080","path":["api","auth","password","reset"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"870bbfad-462f-4a36-a15d-5bf75b8006ad"},{"name":"Finish Password Reset","id":"5965e24d-23ab-4566-9f46-d132dfb32114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"NewPassword\": \"Mynewpass2#\",\r\n    \"ConfirmPassword\": \"Mynewpass2#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/api/auth/password/reset/for/syscall/c15648703dbb2407503860775cba6c83541bf855731adc80a6f21c16207cb80d","description":"<p>Above is example of how the password reset link sent to you email address will looks like</p>\n<p>You are to send along the reset link a body message a json container new password fieds just like the one below</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","auth","password","reset","for","syscall","c15648703dbb2407503860775cba6c83541bf855731adc80a6f21c16207cb80d"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5965e24d-23ab-4566-9f46-d132dfb32114"}],"id":"086c28d0-f94d-4498-9719-679b0bb3ceaf","description":"<p>A password reset link will be sent to your email address</p>\n<p>Note: You will get the reset link on your email if you are a registered user. you won't get the reset link if you are not a registered user.</p>\n","_postman_id":"086c28d0-f94d-4498-9719-679b0bb3ceaf"},{"name":"Update password","id":"aa376ef3-fbd1-458f-bfc2-6b0fa8aeb2ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CurrentPassword\": \"Passcode12345#\",\r\n    \"NewPassword\": \"passsssss124wooorD#\",\r\n    \"ConfirmPassword\": \"passsssss124wooorD#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/auth/password/update","urlObject":{"port":"8080","path":["api","auth","password","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa376ef3-fbd1-458f-bfc2-6b0fa8aeb2ef"}],"id":"f61d37c6-7a03-4640-8e90-1be65735d69f","_postman_id":"f61d37c6-7a03-4640-8e90-1be65735d69f","description":""},{"name":"Profile","item":[{"name":"Read Profile","id":"06936ab5-6011-477b-992e-a044125e8c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/account/profile/syscall/read","urlObject":{"port":"8080","path":["api","account","profile","syscall","read"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"06936ab5-6011-477b-992e-a044125e8c18"},{"name":"Update Profile","id":"9f6b5381-188c-48e5-bf3c-e735394cd581","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PhoneNumber\": \"+234 800 020 0000\",\r\n    \"FirstName\": \"Mukaila\",\r\n    \"LastName\": \"Sams\",\r\n    \"Address\": \"nil\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/account/profile/update","urlObject":{"port":"8080","path":["api","account","profile","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f6b5381-188c-48e5-bf3c-e735394cd581"}],"id":"b74ec67d-1258-4850-aba6-6a3c8479c954","_postman_id":"b74ec67d-1258-4850-aba6-6a3c8479c954","description":""},{"name":"Account","item":[{"name":"Register","id":"c4f5d4ea-32f4-4dc0-8cce-77c7e46a183a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"sam13456789\",\r\n    \"email\": \"sam@example.com\",\r\n    \"firstName\": \"Mukaila\",\r\n    \"lastName\": \"Samsondeen\",\r\n    \"password\": \"Passcode12345#\",\r\n    \"phone\": \"08000000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/auth/register","urlObject":{"port":"8080","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4f5d4ea-32f4-4dc0-8cce-77c7e46a183a"},{"name":"Login","id":"b9d42494-5c41-44b8-ae0c-1ca2f5c09a27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"sam@example.com\",\r\n    \"password\": \"Passcode12345#\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/auth/login","urlObject":{"port":"8080","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9d42494-5c41-44b8-ae0c-1ca2f5c09a27"},{"name":"Delete Account","id":"796b348c-2c1b-4420-87eb-e4028004e507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/api/account/profile/delete","urlObject":{"port":"8080","path":["api","account","profile","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"796b348c-2c1b-4420-87eb-e4028004e507"},{"name":"Logout","id":"7284f9f6-e891-4c8b-9550-5e51c89d5a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/auth/logout","urlObject":{"port":"8080","path":["api","auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7284f9f6-e891-4c8b-9550-5e51c89d5a18"}],"id":"0d4b1f15-710d-410c-a7be-2a71c0129a8d","_postman_id":"0d4b1f15-710d-410c-a7be-2a71c0129a8d","description":""}],"id":"6c5ea15a-1cac-46bc-8348-021eec4484f4","_postman_id":"6c5ea15a-1cac-46bc-8348-021eec4484f4","description":""},{"name":"Product","item":[{"name":"Create product","id":"8b2f68f5-0d58-411a-9075-ad32a476d551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Galaxy S24 Ultra\",\r\n    \"category\": \"phones\",\r\n    \"price\": 90000.00,\r\n    \"description\": \"Brand new Samsung Galaxy S24 Ultra \",\r\n    \"other\": {\r\n        \"COLOR\": \"Black\",\r\n        \"OPERATING SYSTEM\": \"Android\",\r\n        \"BATTERY\": \"5000 mAh\",\r\n        \"SCREEN SIZE\": \"6.8 inches\",\r\n        \"RAM\": \"12GB\",\r\n        \"MAIN CAMERA\": \"Triple 200 MP / 50 MP / 10 MP\",\r\n        \"SELFIE CAMERA\": \"12 MP\",\r\n        \"INTERNAL STORAGE\": \"512GB\",\r\n        \"RESOLUTION\": \"1440 x 3120\",\r\n        \"DISPLAY TYPE\": \"AMOLED\",\r\n        \"SIM\": \"Nano-SIM and eSIM\",\r\n        \"SECOND CONDITION\": \"No faults\",\r\n        \"CARD SLOT\": \"No\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/product/create","urlObject":{"port":"8080","path":["api","product","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b2f68f5-0d58-411a-9075-ad32a476d551"},{"name":"Product Images","id":"c29d9a4d-7f23-42f7-976b-3061bc40d19d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/samso/Pictures/Saved Pictures/samsung-galaxy-s23-ultra-5g-1.jpg","/C:/Users/samso/Pictures/Saved Pictures/samsung-galaxy-s23-ultra-5g-4.jpg"],"src":"/C:/Users/samso/Pictures/Saved Pictures/samsung-galaxy-s23-ultra-5g-1.jpg"}]},"url":"localhost:8080/api/product/image/create","description":"<p>Subsequent request to Create Product to add images to ones prodouct</p>\n","urlObject":{"port":"8080","path":["api","product","image","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c29d9a4d-7f23-42f7-976b-3061bc40d19d"},{"name":"Read Product","id":"f1fb430b-aeb6-421a-bfe3-bc4265a70a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/api/product/7/read","urlObject":{"port":"8080","path":["api","product","7","read"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1fb430b-aeb6-421a-bfe3-bc4265a70a78"},{"name":"Update product","id":"910c2012-baab-4384-9f50-7938e0e82c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Galaxy S24 Ultra\",\r\n    \"category\": \"phones\",\r\n    \"price\": 2000000.00,\r\n    \"description\": \"Brand new Samsung Galaxy S24 Ultra \",\r\n    \"other\": {\r\n        \"COLOR\": \"Black\",\r\n        \"OPERATING SYSTEM\": \"Android\",\r\n        \"BATTERY\": \"5000 mAh\",\r\n        \"SCREEN SIZE\": \"6.8 inches\",\r\n        \"RAM\": \"12GB\",\r\n        \"MAIN CAMERA\": \"Triple 200 MP / 50 MP / 10 MP\",\r\n        \"SELFIE CAMERA\": \"12 MP\",\r\n        \"INTERNAL STORAGE\": \"512GB\",\r\n        \"RESOLUTION\": \"1440 x 3120\",\r\n        \"DISPLAY TYPE\": \"AMOLED\",\r\n        \"SIM\": \"Nano-SIM and eSIM\",\r\n        \"SECOND CONDITION\": \"No faults\",\r\n        \"CARD SLOT\": \"No\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/api/product/7/update","urlObject":{"port":"8080","path":["api","product","7","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"910c2012-baab-4384-9f50-7938e0e82c64"},{"name":"Delete product","id":"590ecab0-c6ae-48cc-847d-8a15151cba25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/api/product/6/delete","urlObject":{"port":"8080","path":["api","product","6","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"590ecab0-c6ae-48cc-847d-8a15151cba25"}],"id":"51ff77ca-27c1-48fc-b353-961b71a3fb9b","_postman_id":"51ff77ca-27c1-48fc-b353-961b71a3fb9b","description":""},{"name":"New Request","id":"37ab8025-010a-4b73-88d0-d1c959a0cac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"useBrowser","value":"<use-browser>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reportingUserId\": \"839e43a8-76ca-4079-815d-6e9fecf549b9\",\n    \"notes\": \"started task\",\n    \"modality\": \"kiosk\"\n}","options":{"raw":{"language":"json"}}},"url":"http://100.80.98.2:3005/api/v1/workers/d7201a77-8ef1-42fc-b0b0-d19e884cfad1/plans/592e77b6-5732-47ed-bf7c-1c9aec1a5dbb/start","urlObject":{"protocol":"http","port":"3005","path":["api","v1","workers","d7201a77-8ef1-42fc-b0b0-d19e884cfad1","plans","592e77b6-5732-47ed-bf7c-1c9aec1a5dbb","start"],"host":["100","80","98","2"],"query":[],"variable":[]}},"response":[],"_postman_id":"37ab8025-010a-4b73-88d0-d1c959a0cac4"},{"name":"task started Copy","id":"d3f5e14e-fe4c-4b28-b846-6f34c4d27bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reportingUserId\": \"435d02d4-acf5-4a21-8242-d256a1604b06\",\r\n    \"notes\": \"started task\",\r\n    \"modality\": \"kiosk\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:2080/api/v1/workers/fd033f6c-7653-4ed4-9b6b-1503f48243b2/plans/8258c094-d7fb-4afc-919a-f6309059e7d7/start","urlObject":{"protocol":"http","port":"2080","path":["api","v1","workers","fd033f6c-7653-4ed4-9b6b-1503f48243b2","plans","8258c094-d7fb-4afc-919a-f6309059e7d7","start"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3f5e14e-fe4c-4b28-b846-6f34c4d27bcc"}]}