{"info":{"_postman_id":"6f232a9c-325e-4033-9cab-907916e678b1","name":"Nextagram","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>This API is built with Python Flask for an Instagram-clone website <a href=\"https://nextagram2021-demo.netlify.app/\">https://nextagram2021-demo.netlify.app/</a>.</p>\n<p>Both frontend  and backend codes were written by me.</p>\n<p>Frontend code: <a href=\"https://github.com/chuichin/nextagram2021-demo\">https://github.com/chuichin/nextagram2021-demo</a></p>\n<p>Backend code: <a href=\"https://github.com/chuichin/nextagram2021-demo-api\">https://github.com/chuichin/nextagram2021-demo-api</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"}],"owner":"15396902","collectionId":"6f232a9c-325e-4033-9cab-907916e678b1","publishedId":"TzXwEJ79","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-25T11:43:56.000Z"},"item":[{"name":"Users","item":[{"name":"/users","id":"9f01964c-2828-47c0-9e00-7a65687e2a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users","description":"<p>To return list of all users and their respective details.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c6624d77-5781-4d1f-af8e-b015f2d4903a","name":"Successful","originalRequest":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:38:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"575"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"profileImage\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/profile_image/download.jfif\",\n        \"username\": \"usertest1\"\n    },\n    {\n        \"id\": 5,\n        \"profileImage\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/5/profile_image/quby.jpg\",\n        \"username\": \"usertest2\"\n    },\n    {\n        \"id\": 6,\n        \"profileImage\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/6/profile_image/GettyImages-694542042-e1586274805503.jpg\",\n        \"username\": \"usertest3\"\n    },\n    {\n        \"id\": 7,\n        \"profileImage\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/7/profile_image/city.jpg\",\n        \"username\": \"cityviews\"\n    }\n]"}],"_postman_id":"9f01964c-2828-47c0-9e00-7a65687e2a51"},{"name":"/users/<id>","id":"165cb871-f2e7-413e-abd8-0a879631d038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users/4","description":"<p>To return details of a specific user by their ID.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","4"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"31246259-c0cf-42f8-a540-ade14e84c13b","name":"Successful","originalRequest":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:42:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"141"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"profileImage\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/profile_image/download.jfif\",\n        \"username\": \"usertest1\"\n    }\n]"},{"id":"b8943329-6c26-4c99-905f-678536b53a9b","name":"User doesn't exist","originalRequest":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:42:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"165cb871-f2e7-413e-abd8-0a879631d038"},{"name":"/users/me","id":"4784a641-eb94-4378-8060-c22c43b27f0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users/me","description":"<p>Return details of the current user who is logged in based on their authorization token.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","me"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5386cf42-b165-400b-891d-4bd07105749e","name":"Successful","originalRequest":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:46:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"141"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"profileImage\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/profile_image/download.jfif\",\n        \"username\": \"usertest1\"\n    }\n]"}],"_postman_id":"4784a641-eb94-4378-8060-c22c43b27f0e"},{"name":"/users/check_name?username=<username>","id":"c574c905-4cc4-4892-b935-be7b3caef7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/users/check_name?username=cityviews","description":"<p>To check whether the current username already exists in database.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","check_name"],"host":["nextagram-api","herokuapp","com"],"query":[{"key":"username","value":"cityviews"}],"variable":[]}},"response":[{"id":"8ade8ab0-b194-4485-9d4a-9a6fac0909e3","name":"User exists","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nextagram-api.herokuapp.com/api/v1/users/check_name?username=cityviews","protocol":"https","host":["nextagram-api","herokuapp","com"],"path":["api","v1","users","check_name"],"query":[{"key":"username","value":"cityviews"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:48:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"exists\": true,\n    \"valid\": false\n}"},{"id":"ed9d46bc-658b-4868-8314-6ec596e5e344","name":"User doesn't exist","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nextagram-api.herokuapp.com/api/v1/users/check_name?username=cityv","protocol":"https","host":["nextagram-api","herokuapp","com"],"path":["api","v1","users","check_name"],"query":[{"key":"username","value":"cityv"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:48:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"exists\": false,\n    \"valid\": true\n}"}],"_postman_id":"c574c905-4cc4-4892-b935-be7b3caef7b6"},{"name":"/users/check_email?email=<email>","id":"90d3b69e-d290-46e6-a957-4d211023ca68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>To check for the email entered, if it exist in database.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"bfe16b64-967f-4537-a219-c8654af9c2c7","name":"Email exists","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nextagram-api.herokuapp.com/api/v1/users/check_email?email=user@user.com","protocol":"https","host":["nextagram-api","herokuapp","com"],"path":["api","v1","users","check_email"],"query":[{"key":"email","value":"user@user.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:19:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"exists\": true,\n    \"valid\": false\n}"},{"id":"c74cceda-049e-425c-9a83-220ba82dfa10","name":"Email does not exist yet","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nextagram-api.herokuapp.com/api/v1/users/check_email?email=user@ahh.com","protocol":"https","host":["nextagram-api","herokuapp","com"],"path":["api","v1","users","check_email"],"query":[{"key":"email","value":"user@ahh.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:19:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"exists\": false,\n    \"valid\": true\n}"}],"_postman_id":"90d3b69e-d290-46e6-a957-4d211023ca68"},{"name":"/users/search?search=<keyword>","id":"261b34df-b8d2-4482-8347-4ede3ae0cd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>To return a list of user IDs that username matches/contains the keyword.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"891356da-f626-4b76-a595-33f90d997a40","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nextagram-api.herokuapp.com/api/v1/users/search?search=usertest1","protocol":"https","host":["nextagram-api","herokuapp","com"],"path":["api","v1","users","search"],"query":[{"key":"search","value":"usertest1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:21:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    4\n]"},{"id":"07cd9016-9d4d-4c4d-9390-d8a2df0edec1","name":"No results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nextagram-api.herokuapp.com/api/v1/users/search?search=usertest200","protocol":"https","host":["nextagram-api","herokuapp","com"],"path":["api","v1","users","search"],"query":[{"key":"search","value":"usertest200"}]}},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:21:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No results available\"\n}"}],"_postman_id":"261b34df-b8d2-4482-8347-4ede3ae0cd1c"},{"name":"/users/profileImage","id":"7b9ebbe0-bf8f-46e6-bf0d-15a432105515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_image","type":"file","value":null}]},"url":"https://nextagram-api.herokuapp.com/api/v1/users/profileImage","description":"<p>To update profile picture of the current logged in user.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","profileImage"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c84f1e1c-c226-4a03-97ff-46c3aebba8d2","name":"Successful","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_image","type":"file","src":"source.gif"}]},"url":"https://nextagram-api.herokuapp.com/api/v1/users/profileImage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:27:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"149"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"image\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/8/profile_image/source.gif\",\n    \"message\": \"Successfully updated user\",\n    \"user_id\": 8\n}"}],"_postman_id":"7b9ebbe0-bf8f-46e6-bf0d-15a432105515"},{"name":"/users/new","id":"45ea01c1-75dd-4aaa-ab6b-4f1f2af94d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"newuser\",\r\n    \"email\": \"new@user.com\",\r\n    \"password\": \"asdasdasd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nextagram-api.herokuapp.com/api/v1/users/new","description":"<p>To sign up and create new user in database.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","new"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5fe02442-6ea7-4cf7-8c94-2e2d101ca40d","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"newuser\",\r\n    \"email\": \"new@user.com\",\r\n    \"password\": \"asdasdasd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nextagram-api.herokuapp.com/api/v1/users/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:24:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"473"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"auth_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJmcmVzaCI6ZmFsc2UsImlhdCI6MTYyMjAwNjY0NiwianRpIjoiMzQ1NDgzNTgtYWNmNC00NmY4LTg2ZGQtODczNDk0NTlkYjFiIiwibmJmIjoxNjIyMDA2NjQ2LCJ0eXBlIjoiYWNjZXNzIiwic3ViIjoibmV3dXNlciJ9.fP3m0cKVm5_VLsNYeBhMdcKxvtb1HEamyWNbrdfdsow\",\n        \"message\": \"Successfully created a user and signed in\",\n        \"status\": \"success\",\n        \"user\": {\n            \"id\": 8,\n            \"profile_picture\": \"http://next-curriculum-instagram.s3.amazonaws.com/profile-placeholder.jpg\",\n            \"username\": \"newuser\"\n        }\n    }\n]"},{"id":"4ad9721d-0b31-4c81-8e67-c47003f9075d","name":"User already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"newuser\",\r\n    \"email\": \"new@user.com\",\r\n    \"password\": \"asdasdasd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nextagram-api.herokuapp.com/api/v1/users/new"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:25:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"87"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": [\n        \"Email is already in use\",\n        \"Username is already in use\"\n    ],\n    \"status\": \"failed\"\n}"}],"_postman_id":"45ea01c1-75dd-4aaa-ab6b-4f1f2af94d09"},{"name":"/users/login","id":"d14b216c-04a4-48dd-9ab7-f133daeee33e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"usertest1\",\r\n    \"password\": \"asdasdasd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nextagram-api.herokuapp.com/api/v1/users/login","description":"<p>To login user and returns authorization token to keep user logged in.</p>\n","urlObject":{"protocol":"https","path":["api","v1","users","login"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"9e73ff3b-4bdb-4724-aa67-33660f464354","name":"Successful login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"usertest1\",\r\n    \"password\": \"asdasdasd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nextagram-api.herokuapp.com/api/v1/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:44:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"470"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"auth_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJmcmVzaCI6ZmFsc2UsImlhdCI6MTYyMjAwNDI1OSwianRpIjoiZjE5ZWI2NTgtMGY3Yi00MTUxLTk3NzItYTY0YTQyNzM2MjU1IiwibmJmIjoxNjIyMDA0MjU5LCJ0eXBlIjoiYWNjZXNzIiwic3ViIjoidXNlcnRlc3QxIn0.q4zLJJOrMXHyGA_Qo6g50PQAJCnfMc6Gp0ork79YQPg\",\n    \"message\": \"Successfully signed in\",\n    \"status\": \"success\",\n    \"user\": {\n        \"id\": 4,\n        \"profileImage\": \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/profile_image/download.jfif\",\n        \"username\": \"usertest1\"\n    }\n}"},{"id":"e9cfa442-f190-44bd-ae54-b1efc69a206c","name":"Wrong password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"usertest1\",\r\n    \"password\": \"wrong\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nextagram-api.herokuapp.com/api/v1/users/login"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:44:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"47"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Wrong password\",\n    \"status\": \"failed\"\n}"},{"id":"a41f3a76-12ed-427c-b376-9455da241012","name":"User doesn't exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"usertest10\",\r\n    \"password\": \"wrong\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nextagram-api.herokuapp.com/api/v1/users/login"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 04:45:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This account doesn't exist\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"d14b216c-04a4-48dd-9ab7-f133daeee33e"}],"id":"d123e396-9bfb-44f6-beb9-7f7088931864","_postman_id":"d123e396-9bfb-44f6-beb9-7f7088931864","description":""},{"name":"Images","item":[{"name":"/images/?userId=<id>","id":"e3971ee1-5b12-41b2-aa92-7800e9482420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/images","description":"<p>To return list of images for a specific user.</p>\n","urlObject":{"protocol":"https","path":["api","v1","images"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"7e805b30-c220-448c-a5bd-277a90ebc58a","name":"No images","originalRequest":{"method":"GET","header":[],"url":"https://nextagram-api.herokuapp.com/api/v1/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:29:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"4d61c8c7-b3b2-4d85-bfd8-a47781d978d6","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://nextagram-api.herokuapp.com/api/v1/images?userId=4","protocol":"https","host":["nextagram-api","herokuapp","com"],"path":["api","v1","images"],"query":[{"key":"userId","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:31:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"427"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/images/home.jpg\",\n    \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/images/88.jpg\",\n    \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/images/South-korea-banner-825x385.jpg\",\n    \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/images/pool.jpg\",\n    \"https://nextagram-api.s3-ap-southeast-1.amazonaws.com/users/4/images/nextagram.jpg\"\n]"}],"_postman_id":"e3971ee1-5b12-41b2-aa92-7800e9482420"},{"name":"/images/upload","id":"6e99fa9d-a0c6-4884-b273-70b78b6a4866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"17c00902c105445a5eeab7b27eef1664.jpg"}]},"url":"https://nextagram-api.herokuapp.com/api/v1/images/upload","description":"<p>Allow current user to upload image on their profile.</p>\n","urlObject":{"protocol":"https","path":["api","v1","images","upload"],"host":["nextagram-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"6a482660-862b-4ef7-9477-ec291df39b52","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"17c00902c105445a5eeab7b27eef1664.jpg"}]},"url":"https://nextagram-api.herokuapp.com/api/v1/images/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"gunicorn"},{"key":"Date","value":"Wed, 26 May 2021 05:32:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"41"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successfully updated image\"\n}"}],"_postman_id":"6e99fa9d-a0c6-4884-b273-70b78b6a4866"}],"id":"67337125-2011-4df7-b0dd-ec9c957fa9e5","_postman_id":"67337125-2011-4df7-b0dd-ec9c957fa9e5","description":""}]}