{"info":{"_postman_id":"313dbdf6-33e1-4216-9503-8d582ff446fb","name":"url shortner app","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7708475","collectionId":"313dbdf6-33e1-4216-9503-8d582ff446fb","publishedId":"Tzm6jv5y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-08T18:56:10.000Z"},"item":[{"name":"create a link","id":"eaaa692a-c064-4585-ac2f-f6d53e0cc313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"original_url\": \"https://twitter.com/home\",\r\n    \"clipped_url_id\": \"twitter\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://trimer.herokuapp.com/api/link/create","urlObject":{"protocol":"https","path":["api","link","create"],"host":["trimer","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"c4c9b5ab-3571-4cd7-8198-56ec0af8c698","name":"create a link","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"original_url\": \"https://twitter.com/home\",\r\n    \"clipped_url_id\": \"twitter\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/link/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"319"},{"key":"ETag","value":"W/\"13f-FqTjx3dhao2z5h5EeRQJSsxkPWg\""},{"key":"Date","value":"Thu, 08 Jul 2021 17:34:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"code\": 200,\n    \"data\": {\n        \"click_count\": 0,\n        \"_id\": \"60e7371fe7193c0cc4957945\",\n        \"original_url\": \"https://twitter.com/home\",\n        \"clipped_url_id\": \"twitter\",\n        \"clipped_url\": \"https://trimer.herokuapp.com/twitter\",\n        \"user\": \"60e5d0e673a2cf1160ae3cb9\",\n        \"createdAt\": \"2021-07-08T17:34:23.759Z\",\n        \"__v\": 0\n    },\n    \"message\": \"url shorten success\"\n}"}],"_postman_id":"eaaa692a-c064-4585-ac2f-f6d53e0cc313"},{"name":"signup a user","id":"9d0b7339-d27a-418e-80ae-ae70132aa3e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ananipaul@test.com\",\r\n    \"password\": \"tobi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://trimer.herokuapp.com/api/auth/signup","urlObject":{"protocol":"https","path":["api","auth","signup"],"host":["trimer","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"5550b2b8-01d3-4846-b13e-95b21d737b07","name":"signup a user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ananipaul@test.com\",\r\n    \"password\": \"tobi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/auth/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"320"},{"key":"ETag","value":"W/\"140-/6CHXVJN7ggkbHMSmTtVCs4TTkM\""},{"key":"Date","value":"Thu, 08 Jul 2021 16:42:49 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"code\": 200,\n    \"data\": {\n        \"user\": {\n            \"_id\": \"60e72b093183401bf0faffa9\",\n            \"email\": \"ananipaul@test.com\"\n        },\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2MGU3MmIwOTMxODM0MDFiZjBmYWZmYTkiLCJpYXQiOjE2MjU3NjI1NjksImV4cCI6MTYyODM1NDU2OX0.rnkV-uxoZSoG6lLXZbHX9Y2TpBPxtwRPwnQ-El-Mrb0\"\n    },\n    \"message\": \"Signup success\"\n}"}],"_postman_id":"9d0b7339-d27a-418e-80ae-ae70132aa3e1"},{"name":"view link analytics","id":"9634e49f-25e4-4a7d-b688-cfeed7ddcb1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://trimer.herokuapp.com/api/link/view/60e6231a2120141b40f50fde","urlObject":{"protocol":"https","path":["api","link","view","60e6231a2120141b40f50fde"],"host":["trimer","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"6ddd7897-47e9-43e2-adfa-18fd5262d23d","name":"view link analytics","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/api/link/view/60e6231a2120141b40f50fde"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"438"},{"key":"ETag","value":"W/\"1b6-5x4ey4gyTO+wnWCeGWQux390s5w\""},{"key":"Date","value":"Thu, 08 Jul 2021 16:23:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"code\": 200,\n    \"data\": {\n        \"byDevice\": [\n            {\n                \"_id\": \"desktop\",\n                \"count\": 3\n            }\n        ],\n        \"byLocation\": [\n            {\n                \"_id\": \"Unknown\",\n                \"count\": 3\n            }\n        ],\n        \"byReferer\": [\n            {\n                \"_id\": null,\n                \"count\": 1\n            },\n            {\n                \"_id\": \"Unknown\",\n                \"count\": 2\n            }\n        ],\n        \"byLanguage\": [\n            {\n                \"_id\": \"en-US,en;q=0.9\",\n                \"count\": 3\n            }\n        ],\n        \"byRegion\": [\n            {\n                \"_id\": \"Unknown\",\n                \"count\": 3\n            }\n        ],\n        \"byBrowser\": [\n            {\n                \"_id\": \"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\",\n                \"count\": 3\n            }\n        ]\n    },\n    \"message\": \"url analytics\"\n}"}],"_postman_id":"9634e49f-25e4-4a7d-b688-cfeed7ddcb1f"},{"name":"Fetch all links created by a user","id":"905b628d-71f0-4927-bd08-7b6c8f5fcee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:3000/api/user/links","urlObject":{"port":"3000","path":["api","user","links"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"556644c8-0765-47d6-b403-5ef0e746d006","name":"Fetch all links created by a user","originalRequest":{"method":"GET","header":[],"url":"localhost:3000/api/user/links"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"842"},{"key":"ETag","value":"W/\"34a-297AO+w3lyJXP3mkQVZcld3Ut9Y\""},{"key":"Date","value":"Thu, 08 Jul 2021 10:11:07 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"code\": 200,\n    \"data\": [\n        {\n            \"click_count\": 0,\n            \"_id\": \"60e5d5775cdf5f1a08023896\",\n            \"original_url\": \"https://www.facebook.com/\",\n            \"clipped_url_id\": \"90Ehu\",\n            \"clipped_url\": \"https://trimer.herokuapp.com/90Ehu\",\n            \"user\": \"60e5d0e673a2cf1160ae3cb9\",\n            \"createdAt\": \"2021-07-07T16:25:27.310Z\",\n            \"__v\": 0\n        },\n        {\n            \"click_count\": 7,\n            \"_id\": \"60e6231a2120141b40f50fde\",\n            \"original_url\": \"https://todoly-app.netlify.app/\",\n            \"clipped_url_id\": \"todoly\",\n            \"clipped_url\": \"https://trimer.herokuapp.com/todoly\",\n            \"user\": \"60e5d0e673a2cf1160ae3cb9\",\n            \"createdAt\": \"2021-07-07T21:56:42.108Z\",\n            \"__v\": 0\n        },\n        {\n            \"click_count\": 0,\n            \"_id\": \"60e6cc15e0026e1c9418bab7\",\n            \"original_url\": \"https://todoly-app.netlify.app/\",\n            \"clipped_url_id\": \"my-todoly\",\n            \"clipped_url\": \"https://trimer.herokuapp.com/my-todoly\",\n            \"user\": \"60e5d0e673a2cf1160ae3cb9\",\n            \"createdAt\": \"2021-07-08T09:57:41.443Z\",\n            \"__v\": 0\n        }\n    ],\n    \"message\": \"url shorten success\"\n}"}],"_postman_id":"905b628d-71f0-4927-bd08-7b6c8f5fcee4"},{"name":"login a user","id":"a6553eca-eb29-4ff6-bcd5-6951eb77c891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"anantest@test.com\",\r\n    \"password\": \"tobi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://trimer.herokuapp.com/api/auth/login","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["trimer","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3d796895-8d33-4eaa-b426-a495c922933d","name":"login a user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"anantest@test.com\",\r\n    \"password\": \"tobi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3000/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"322"},{"key":"ETag","value":"W/\"142-uWJ9ncBYL9OLoCXMFgjLaD5DNko\""},{"key":"Date","value":"Thu, 08 Jul 2021 16:33:38 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"code\": 200,\n    \"data\": {\n        \"user\": {\n            \"_id\": \"60e5d0e673a2cf1160ae3cb9\",\n            \"email\": \"anantest@test.com\",\n            \"__v\": 0\n        },\n        \"token\": \"\"\n    },\n    \"message\": \"Login uccess\"\n}"}],"_postman_id":"a6553eca-eb29-4ff6-bcd5-6951eb77c891"},{"name":"redirect shorten url - this is for the browser (it will redirect to the original url)","id":"59c80315-c70b-475c-b731-873b5cc0b343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://trimer.herokuapp.com/todoly","urlObject":{"protocol":"https","path":["todoly"],"host":["trimer","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"59c80315-c70b-475c-b731-873b5cc0b343"}]}