{"info":{"_postman_id":"157d2532-0ffa-4560-9921-bf7152a7a470","name":"Zoom","description":"<html><head></head><body><p>Zoom Module's APIs</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16254597","collectionId":"157d2532-0ffa-4560-9921-bf7152a7a470","publishedId":"2sA35MxJVZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-06T18:06:40.000Z"},"item":[{"name":"Zoom Authorize (only for mentor)","id":"3ec3769e-a412-4b6d-963d-8dbc0218711a","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":true,"followOriginalHttpMethod":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{ACCESS_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{BASE_URL}}/api/zoom/oauth/authorize","description":"<p>After Authorization, User will be redirected to :<br /><a href=\"http://localhost:3001/zoomAuthorized?status=true\">{{FRONTEND_URL}}/zoomAuthorized?status=true<br /></a></p>\n","urlObject":{"path":["api","zoom","oauth","authorize"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"31baeb58-59df-49cb-8eb9-96c6642bf107","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/zoom/oauth/authorize"},"status":"Unauthorized","code":401,"_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":"106"},{"key":"ETag","value":"W/\"6a-z6Gwu8DVxpwObWJai+qyUxQ3BA4\""},{"key":"Date","value":"Thu, 04 Apr 2024 11:57:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"You are not authorized to access\",\n    \"errors\": \"Unauthorized\",\n    \"code\": \"UNAUTHORIZED-ERR\"\n}"},{"id":"4455ddb0-88d1-40a1-acc3-e37195f1277c","name":"200 - Zoom Authorization Link (successful)","originalRequest":{"method":"GET","header":[],"url":"{{BASE_URL}}/api/zoom/oauth/authorize"},"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":"266"},{"key":"ETag","value":"W/\"10a-r9YxnGzLhfg2Skk1JaW7CiCbpSU\""},{"key":"Date","value":"Thu, 04 Apr 2024 12:07:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"authorizeUrl\": \"https://zoom.us/oauth/authorize?response_type=code&client_id=Z32Q0zNGQZiLqr9ZFZJoQA&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fapi%2Fzoom%2Foauth%2Fcallback&state=660c84499f3477abd5b86b12\"\n    },\n    \"message\": \"Successful\",\n    \"code\": null,\n    \"errors\": null\n}"}],"_postman_id":"3ec3769e-a412-4b6d-963d-8dbc0218711a"}]}