{"info":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","description":"<html><head></head><body><p>ShortLink is a URL shortening service where you enter a URL such as <a href=\"https://google.com\">https://google.com</a> and it returns a short URL such as <a href=\"http://short.ly/GeAi9K\">http://short.ly/GeAi9K</a>  </p>\n<p>Visiting a shortened URL redirects you to the long URL.  </p>\n<p>Using the example above, visiting <a href=\"http://short.ly/GeAi9K\">http://short.ly/GeAi9K</a> redirects you to <a href=\"https://google.com\">https://google.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13841071","collectionId":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","publishedId":"2sB2j6AWbx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-06T01:10:12.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"4f703955-2a20-4b9d-8972-1fdbcb730874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"testuser@test.com\",\n    \"name\": \"test user\",\n    \"password\": \"TestUser1$1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/auth/register","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}},"urlObject":{"path":["auth","register"],"host":["http://localhost:9000"],"query":[],"variable":[]}},"response":[{"id":"d5d0cba5-e582-4709-81ee-80f51ded915c","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"testuser@test.com\",\n    \"name\": \"test user\",\n    \"password\": \"TestUser1$1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/auth/register"},"status":"Created","code":201,"_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":"114"},{"key":"ETag","value":"W/\"72-EQqn7M4k3szYyCXxmoOKrCmuoPE\""},{"key":"Date","value":"Tue, 06 May 2025 01:00:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"email\": \"testuser@test.com\",\n        \"name\": \"test user\"\n    },\n    \"message\": \"Registration successfully\"\n}"}],"_postman_id":"4f703955-2a20-4b9d-8972-1fdbcb730874"},{"name":"Login","id":"d9e9a9a7-d69c-4e24-ba0a-c7ea9227e76c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"testuser@test.com\",\n    \"password\": \"TestUser1$1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/auth/login","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}},"urlObject":{"path":["auth","login"],"host":["http://localhost:9000"],"query":[],"variable":[]}},"response":[{"id":"28892b22-5b30-4b7c-a521-afa54735f833","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"testuser@test.com\",\n    \"password\": \"TestUser1$1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/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":"344"},{"key":"ETag","value":"W/\"158-M8YTd/DCuIXhQn5dqrcgeQIHCK4\""},{"key":"Date","value":"Tue, 06 May 2025 01:00:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"user\": {\n            \"email\": \"testuser@test.com\",\n            \"id\": \"01820de4-ba8e-4529-b7ea-98e774ad6829\"\n        },\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIwMTgyMGRlNC1iYThlLTQ1MjktYjdlYS05OGU3NzRhZDY4MjkiLCJpYXQiOjE3NDY0OTMyNTgsImV4cCI6MTc0NjQ5Njg1OH0.Nqr6hCSiDlrgiXR_WC7DKUo6b_QHw4qY57zD_IXL01k\"\n    },\n    \"message\": \"Login successfully\"\n}"}],"_postman_id":"d9e9a9a7-d69c-4e24-ba0a-c7ea9227e76c"}],"id":"21d5f501-662f-44e4-baac-de174ec6e7cd","description":"<p>User Authentication - with Login and Register routes</p>\n","_postman_id":"21d5f501-662f-44e4-baac-de174ec6e7cd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}}},{"name":"Shortlink","item":[{"name":"Encode","id":"84f8f616-1332-4551-a2ae-bd850ec328fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"link\": \"https://indicina.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/encode","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}},"urlObject":{"path":["encode"],"host":["http://localhost:9000"],"query":[],"variable":[]}},"response":[{"id":"b5d8fbe3-b319-478c-8e3e-973c26c4ae17","name":"Encode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"link\": \"https://indicina.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/encode"},"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-VsrItQZeRDvyaDYTceNK+8AKdBk\""},{"key":"Date","value":"Tue, 06 May 2025 01:01:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"userId\": \"01820de4-ba8e-4529-b7ea-98e774ad6829\",\n        \"shortLinkCode\": \"Kb7nc8\",\n        \"fullLink\": \"https://indicina.com\",\n        \"id\": \"37713434-131e-4081-bde0-4cd752e8c47d\",\n        \"stats\": 0,\n        \"status\": true,\n        \"createdAt\": \"2025-05-06T00:01:35.000Z\",\n        \"updatedAt\": \"2025-05-06T00:01:35.000Z\"\n    },\n    \"message\": \"Link shortened successfully\"\n}"}],"_postman_id":"84f8f616-1332-4551-a2ae-bd850ec328fa"},{"name":"Decode","id":"f56b4ed8-e2a7-4d97-9126-9c31abd40735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shortLinkCode\": \"2NCkmc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/decode","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}},"urlObject":{"path":["decode"],"host":["http://localhost:9000"],"query":[],"variable":[]}},"response":[{"id":"70c4d508-089a-4f72-94cf-882f74755605","name":"Decode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"shortLinkCode\": \"2NCkmc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/decode"},"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":"321"},{"key":"ETag","value":"W/\"141-Yj1OOo7DeA2ys9KhUmVpjsjWBrg\""},{"key":"Date","value":"Tue, 06 May 2025 01:02:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": \"97c24305-495c-4849-a601-3cb5be06e769\",\n        \"userId\": \"c5cdd130-7cfb-4b60-a1e6-aabf9dc289bc\",\n        \"fullLink\": \"https://indicina.com\",\n        \"shortLinkCode\": \"2NCkmc\",\n        \"stats\": 45,\n        \"status\": true,\n        \"createdAt\": \"2025-05-01T00:54:16.000Z\",\n        \"updatedAt\": \"2025-05-01T00:54:16.000Z\"\n    },\n    \"message\": \"Link fetched successfully\"\n}"}],"_postman_id":"f56b4ed8-e2a7-4d97-9126-9c31abd40735"},{"name":"Statistic","id":"790b38ad-839a-4131-8f6c-2c700457af55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/statistic/Kb7nc8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}},"urlObject":{"path":["statistic","Kb7nc8"],"host":["http://localhost:9000"],"query":[],"variable":[]}},"response":[{"id":"ed292efa-8582-4c77-9c54-b81ec7beb061","name":"Statistic","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/statistic/Kb7nc8"},"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":"88"},{"key":"ETag","value":"W/\"58-6f0WzeyzB6jOD6GL60k+yAlTDVk\""},{"key":"Date","value":"Tue, 06 May 2025 01:03:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"stats\": 1\n    },\n    \"message\": \"Link statistics fetched successfully\"\n}"}],"_postman_id":"790b38ad-839a-4131-8f6c-2c700457af55"},{"name":"List","id":"269e45e2-5506-44e2-8acf-1eb65c83b6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/list?page=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}},"urlObject":{"path":["list"],"host":["http://localhost:9000"],"query":[{"disabled":true,"description":{"content":"<p>for search --- pass search query</p>\n","type":"text/plain"},"key":"q","value":"ind"},{"description":{"content":"<p>for pagination --- pass page number</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"26512bb2-1734-4599-8c17-189ac84ca6f6","name":"List","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:9000/list?page=1","host":["http://localhost:9000"],"path":["list"],"query":[{"key":"q","value":"hddd","description":"for search --- pass serach query","disabled":true},{"key":"page","value":"1","description":"for pagination -- pass page number"}]}},"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":"397"},{"key":"ETag","value":"W/\"18d-mTviSk937SFcR32kRruuLvj7ARk\""},{"key":"Date","value":"Tue, 06 May 2025 01:05:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"data\": [\n            {\n                \"id\": \"37713434-131e-4081-bde0-4cd752e8c47d\",\n                \"userId\": \"01820de4-ba8e-4529-b7ea-98e774ad6829\",\n                \"fullLink\": \"https://indicina.com\",\n                \"shortLinkCode\": \"Kb7nc8\",\n                \"stats\": 1,\n                \"status\": true,\n                \"createdAt\": \"2025-05-06T00:01:35.000Z\",\n                \"updatedAt\": \"2025-05-06T00:01:35.000Z\"\n            }\n        ],\n        \"pagination\": {\n            \"current\": 1,\n            \"previous\": null,\n            \"next\": null,\n            \"total\": 1\n        }\n    },\n    \"message\": \"Links fetched successfully\"\n}"}],"_postman_id":"269e45e2-5506-44e2-8acf-1eb65c83b6e3"}],"id":"c98a7ba2-7b9a-4514-896b-9a759a35a306","description":"<p>Encode, Decode, List amd Fetch stats of a shortlink</p>\n","_postman_id":"c98a7ba2-7b9a-4514-896b-9a759a35a306","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]},"isInherited":true,"source":{"_postman_id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","id":"7a5c5396-70a2-4c57-83ba-b8ab0aafcfee","name":"ShortLink API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-auth-token"},{"key":"value","value":"{{auth_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"5b321c5f-8d75-4938-b904-154c3f4b140f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d0b8396d-6c73-4894-856b-92894df38041","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"http://localhost:9000","type":"string"}]}