{"info":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12120504","collectionId":"f9420511-4d41-404c-8eb7-24e2164afd43","publishedId":"UVyoWHgt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-29T01:34:52.000Z"},"item":[{"name":"User","item":[{"name":"Register","id":"60d94ad9-ab7f-4964-a476-530e477859f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"email\",\n    \"password1\": \"password\",\n    \"password2\" : \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/user","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["user"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"60d94ad9-ab7f-4964-a476-530e477859f4"},{"name":"Verify Email","id":"c3865db7-8982-4a6a-bd31-608a313f258f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://docs.noahgothacked.com/user/verify-email/verifyEmailToken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["user","verify-email","verifyEmailToken"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3865db7-8982-4a6a-bd31-608a313f258f"},{"name":"Get User","id":"8f2791cd-3cad-4dec-9840-c39130f7acbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":false},"method":"GET","header":[],"url":"https://docs.noahgothacked.com/user/userId","urlObject":{"path":["user","userId"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f2791cd-3cad-4dec-9840-c39130f7acbd"},{"name":"Reset Password","id":"ecf48887-f7c6-4fd1-8efb-3253519d5d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"email\"\n}","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/user/reset-password","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["user","reset-password"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecf48887-f7c6-4fd1-8efb-3253519d5d49"},{"name":"Confirm Reset Password","id":"00327315-ffa7-4d58-a33f-84f3d20262b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"password1\": \"password\",\n    \"password2\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/user/password/resetPasswordToken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["user","password","resetPasswordToken"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"00327315-ffa7-4d58-a33f-84f3d20262b8"}],"id":"e9f5409d-2814-4639-b5fa-8477757478d8","_postman_id":"e9f5409d-2814-4639-b5fa-8477757478d8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}}},{"name":"Auth","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"f97011ee-3121-4e6f-aad6-f4ee705fec9b","exec":["  const response = pm.response.json();","  const { accessToken, refreshToken } = response;","","  pm.collectionVariables.set(\"accessToken\", accessToken);","  pm.collectionVariables.set(\"refreshToken\", refreshToken);"],"type":"text/javascript"}}],"id":"f4f368e8-dc4b-40d4-be17-3af17c91269b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"email\",\n    \"password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["auth","login"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4f368e8-dc4b-40d4-be17-3af17c91269b"},{"name":"Refresh Token","event":[{"listen":"test","script":{"exec":["  const response = pm.response.json();","  const { accessToken, refreshToken } = response;","","  pm.collectionVariables.set(\"accessToken\", accessToken);","  pm.collectionVariables.set(\"refreshToken\", refreshToken);"],"type":"text/javascript","id":"14f903b6-1013-4622-a6c6-abc02ba9ce23"}}],"id":"accfb6d7-e3c2-4872-9e5b-17d2ee803a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"refreshToken\"\n}","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/auth/refresh-token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["auth","refresh-token"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"accfb6d7-e3c2-4872-9e5b-17d2ee803a92"},{"name":"Logout","id":"75bd51ee-014a-4cf6-91da-5474b214a8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://docs.noahgothacked.com/auth/logout","urlObject":{"path":["auth","logout"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"75bd51ee-014a-4cf6-91da-5474b214a8f5"}],"id":"a44b29cf-4d2a-4d58-9de7-a28e67013d93","_postman_id":"a44b29cf-4d2a-4d58-9de7-a28e67013d93","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}}},{"name":"Documents","item":[{"name":"Share","item":[{"name":"Create Document User","id":"4cb7e857-834a-4faa-af05-2ecbe07c0c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"test@test.com\",\n    \"permission\" : \"EDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/document/documentId/share","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["document","documentId","share"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cb7e857-834a-4faa-af05-2ecbe07c0c7c"},{"name":"New Request","id":"e7185fc2-6dd2-4919-96b7-a8d336eb9afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://docs.noahgothacked.com/document/documentId/share/userId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["document","documentId","share","userId"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7185fc2-6dd2-4919-96b7-a8d336eb9afc"}],"id":"a10f8f9c-1c8a-4804-b7c9-d9d0d0d3e6fc","_postman_id":"a10f8f9c-1c8a-4804-b7c9-d9d0d0d3e6fc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}}},{"name":"Get Document","id":"79a73538-f56c-477e-aa71-14beb7f296d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://docs.noahgothacked.com/document/documentId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["document","documentId"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"79a73538-f56c-477e-aa71-14beb7f296d2"},{"name":"Create Document","id":"de6d7ef4-0ca2-4645-985e-bef01d1f35d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/document","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["document"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de6d7ef4-0ca2-4645-985e-bef01d1f35d8"},{"name":"Update Document","id":"2ce3b43d-6923-4caa-a3ba-25b724736b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"\",\n    \"content\" : \"{}\",\n    \"isPublic\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://docs.noahgothacked.com/document/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["document","1"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ce3b43d-6923-4caa-a3ba-25b724736b10"},{"name":"Get All Documents For A User","id":"a056c4e6-e76d-4bf7-9c2a-4c2354239417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://docs.noahgothacked.com/document","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["document"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a056c4e6-e76d-4bf7-9c2a-4c2354239417"},{"name":"Remove Document","id":"7d53b7f5-3309-4e00-b91b-b69abedb4ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://docs.noahgothacked.com/document/documentId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}},"urlObject":{"path":["document","documentId"],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d53b7f5-3309-4e00-b91b-b69abedb4ace"}],"id":"fc31d9ce-6dd5-49db-aef2-bf3bf0847c58","_postman_id":"fc31d9ce-6dd5-49db-aef2-bf3bf0847c58","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":true,"source":{"_postman_id":"f9420511-4d41-404c-8eb7-24e2164afd43","id":"f9420511-4d41-404c-8eb7-24e2164afd43","name":"Google Docs Clone API v1","type":"collection"}}},{"name":"Health Check","id":"1d6e9839-ef3c-4b4b-8b6f-3b6b6490af8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]},"isInherited":false},"method":"GET","header":[],"url":"https://docs.noahgothacked.com/","urlObject":{"path":[""],"host":["https://docs.noahgothacked.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d6e9839-ef3c-4b4b-8b6f-3b6b6490af8a"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"accessToken"}]}},"event":[{"listen":"prerequest","script":{"id":"18dfddaa-64fb-4c58-ab90-3d4bd40a819d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92811187-dbb8-423b-889f-055e8d51066b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseURL","value":"https://docs.noahgothacked.com","type":"string"},{"key":"accessToken","value":"accessToken","type":"string"},{"key":"refreshToken","value":"refreshToken","type":"string"},{"key":"verifyEmailToken","value":"verifyEmailToken","type":"string"},{"key":"resetPasswordToken","value":"resetPasswordToken","type":"string"},{"key":"userId","value":"userId","type":"string"},{"key":"email","value":"email","type":"string"},{"key":"password","value":"password","type":"string"}]}