{"info":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","description":"<html><head></head><body><p>URL Shortener: This is a Java Spring boot server application to shorten long URLs into short and customizable links.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15097759","collectionId":"91bf0996-f994-40e9-a223-b8b8f82398be","publishedId":"2s935iumUs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-31T16:01:49.000Z"},"item":[{"name":"Auth","item":[{"name":"Signup","id":"6fae93ff-6053-4920-b8ae-d18088ba808b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Raheem Adebayo\",\n    \"username\": \"adebayo@me.you\",\n    \"password\": \"HELLOworld111#\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/auth/signup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["auth","signup"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fae93ff-6053-4920-b8ae-d18088ba808b"},{"name":"Login","id":"b2573413-e18d-4be1-8ddf-a8efaab5f2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"adebayo@me.you\",\n    \"password\": \"HELLOworld111#\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["auth","login"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2573413-e18d-4be1-8ddf-a8efaab5f2dd"}],"id":"d3402970-5bf3-4c86-9ae4-17c799e278a4","_postman_id":"d3402970-5bf3-4c86-9ae4-17c799e278a4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}}},{"name":"Links","item":[{"name":"Create new link","id":"ca6e1aff-fd4e-4e4d-ba5b-ffedb5210eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://mypersonalurl.com\",\n    \"title\": \"My personal website\",\n    \"description\": \"I have no description\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/link","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["link"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca6e1aff-fd4e-4e4d-ba5b-ffedb5210eb4"},{"name":"Get all links","id":"cb9c4ab7-77c4-4b69-8233-382cf1658cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/link","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["link"],"host":["http://localhost:8080/api/v1"],"query":[{"disabled":true,"key":"page","value":"0"},{"disabled":true,"key":"size","value":"20"}],"variable":[]}},"response":[],"_postman_id":"cb9c4ab7-77c4-4b69-8233-382cf1658cf8"},{"name":"Update link","id":"8a8a45a5-25ff-4c8e-97ae-894e3fb0192b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 15,\n    \"url\": \"https://c13.com/hello-world\",\n    \"title\": \"C13 Paragons\",\n    \"description\": null,\n    \"slug\": \"c13-paragon\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/link","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["link"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a8a45a5-25ff-4c8e-97ae-894e3fb0192b"},{"name":"Get link","id":"d9c0bd56-af64-465b-946b-d56f882da7ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/link/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["link",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"description":{"content":"<p>Id of the post to get</p>\n","type":"text/plain"},"type":"any","value":"15","key":"id"}]}},"response":[],"_postman_id":"d9c0bd56-af64-465b-946b-d56f882da7ad"},{"name":"Delete link","id":"61b0df69-0729-424e-a5b9-70c8822c5018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/link/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["link",":id"],"host":["http://localhost:8080/api/v1"],"query":[],"variable":[{"type":"any","value":"16","key":"id"}]}},"response":[],"_postman_id":"61b0df69-0729-424e-a5b9-70c8822c5018"},{"name":"Get original url","id":"ee014a12-62a6-441e-909e-abc855a3996b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/link/get-original-url?slug=c13-paragon","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["link","get-original-url"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"slug","value":"c13-paragon"}],"variable":[]}},"response":[],"_postman_id":"ee014a12-62a6-441e-909e-abc855a3996b"},{"name":"Check slug availability","id":"431d7008-a33e-4774-b4be-a2e98cf6f602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/link/check?id=14&slug=c13-paragon","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}},"urlObject":{"path":["link","check"],"host":["http://localhost:8080/api/v1"],"query":[{"key":"id","value":"14"},{"key":"slug","value":"c13-paragon"}],"variable":[]}},"response":[],"_postman_id":"431d7008-a33e-4774-b4be-a2e98cf6f602"}],"id":"0d8ad412-ce2c-447d-80cf-69ac8d83c7e9","_postman_id":"0d8ad412-ce2c-447d-80cf-69ac8d83c7e9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]},"isInherited":true,"source":{"_postman_id":"91bf0996-f994-40e9-a223-b8b8f82398be","id":"91bf0996-f994-40e9-a223-b8b8f82398be","name":"UrlShortener","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"TOKEN"}]}},"event":[{"listen":"prerequest","script":{"id":"ee92d949-a97a-4ac2-b00d-284603871987","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"74392692-58bb-4a32-81e2-099a2ed4f2da","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"http://localhost:8080/api/v1"},{"key":"token","value":"TOKEN"}]}