{"info":{"_postman_id":"b9016884-e105-4bd1-a68d-14794e49cd82","name":"Bandersnatch","description":"<html><head></head><body><p>Documentation for bandersnatch REST api</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7086087","collectionId":"b9016884-e105-4bd1-a68d-14794e49cd82","publishedId":"SzS8rjbV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-22T07:11:17.000Z"},"item":[{"name":"[no auth] https://playscenario.dscvit.com/api/bandersnatch/signup","id":"c7d8053d-54b5-4042-af67-976702f9cbaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Vishaal Selvaraj\",\n\t\"email\": \"vishaals2000@gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signup","description":"<p>SignUp</p>\n","urlObject":{"protocol":"https","path":["api","bandersnatch","signup"],"host":["playscenario","dscvit","com"],"query":[],"variable":[]}},"response":[{"id":"7e82f20c-5dfb-469f-b87c-faf18f41c473","name":"invalid email format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Vishaal Selvaraj\",\n\t\"email\": \"vishaals2000gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signup"},"status":"Bad Request","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"25"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 04:49:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\"msg\":\"invalid format\"}\n"},{"id":"806083ef-e61d-447b-b807-9c7426dd1c63","name":"successful signup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Vishaal Selvaraj\",\n\t\"email\": \"vishaals2000@gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signup"},"status":"OK","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"192"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 04:48:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InZpc2hhYWxzMjAwMEBnbWFpbC5jb20iLCJpZCI6MX0.VtG0F1govgWUDthWp7GmWVZpkCmiD8gjEyllPWr3XzZmDF2M1kfU-_v_Aewz6OVmaqYx4d3ymG7it3YmZZIEzA\"}\n"},{"id":"d5ef6496-1bb8-4ff8-a497-18f7be160f43","name":"duplicate signup","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Vishaal Selvaraj\",\n\t\"email\": \"vishaals2000@gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signup"},"status":"Conflict","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"38"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 04:49:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\"msg\":\"the resource already exists\"}\n"}],"_postman_id":"c7d8053d-54b5-4042-af67-976702f9cbaf"},{"name":"[no auth] https://playscenario.dscvit.com/api/bandersnatch/signin","id":"370c5512-27b1-4169-a651-dc4ca2681d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"vishaals2000@gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signin","description":"<p>Sign in</p>\n","urlObject":{"protocol":"https","path":["api","bandersnatch","signin"],"host":["playscenario","dscvit","com"],"query":[],"variable":[]}},"response":[{"id":"40630f86-6bf0-4e68-8562-3a4e8990162f","name":"invalid email format","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"vishaals2000gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signin"},"status":"Bad Request","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"25"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 04:51:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\"msg\":\"invalid format\"}\n"},{"id":"499b16a2-c696-413d-bd57-4560a0abdad7","name":"incorrect password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"vishaals2000@gmail.com\",\n\t\"password\": \"leethax\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signin"},"status":"Unauthorized","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"29"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 04:52:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\"msg\":\"incorrect password\"}\n"},{"id":"cd213457-da2a-4e19-91b1-13868db8c24f","name":"successful signin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"vishaals2000@gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signin"},"status":"OK","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"192"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 04:51:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\"token\":\"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InZpc2hhYWxzMjAwMEBnbWFpbC5jb20iLCJpZCI6MX0.VtG0F1govgWUDthWp7GmWVZpkCmiD8gjEyllPWr3XzZmDF2M1kfU-_v_Aewz6OVmaqYx4d3ymG7it3YmZZIEzA\"}\n"},{"id":"db82d75a-566a-4c93-944a-4c7518667ccc","name":"non-existent email id","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"vishaals2000x@gmail.com\",\n\t\"password\": \"leethaxx\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/signin"},"status":"Unauthorized","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"35"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 04:52:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\"msg\":\"the email does not exist\"}\n"}],"_postman_id":"370c5512-27b1-4169-a651-dc4ca2681d4e"},{"name":"[jwt] https://playscenario.dscvit.com/api/bandersnatch/play","id":"3ff4627d-58a5-4354-8b80-7caaae67073c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InhAeS56IiwiaWQiOjF9.VL6txPK-V-Y5mneTAEKpJoNTqIAOf-ii4M74l-oItmMgpYeR3cMCGsv2XUb1Hn_7iBXBJWJ9FgQ6M4NO_hS8gw","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"option\": 1\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/play","description":"<p>Play the game.</p>\n<ul>\n<li>option: 0 is used to choose the left option<br /></li>\n<li>option: 1 is used to choose the right option</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","bandersnatch","play"],"host":["playscenario","dscvit","com"],"query":[],"variable":[]}},"response":[{"id":"04f637f6-447d-4b71-b643-3a67a3776730","name":"start new game","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InZpc2hhYWxzMjAwMEBnbWFpbC5jb20iLCJpZCI6MX0.VtG0F1govgWUDthWp7GmWVZpkCmiD8gjEyllPWr3XzZmDF2M1kfU-_v_Aewz6OVmaqYx4d3ymG7it3YmZZIEzA","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"start\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/play"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"245"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Fri, 01 May 2020 05:31:11 GMT"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\"data\":{\"content\":\"People are dying of heart attacks without any plausible reason. L has requested you to investigate this singularity. What will you do ?\",\"misc\":{\"left_option\":\"Start investigating.\",\"right_option\":\"Turn down the request.\"}}}\n"},{"id":"c4d83592-c7a2-42f2-9cc7-e9625b9b4ce8","name":"play game using options","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InZpc2hhYWxzMjAwMEBnbWFpbC5jb20iLCJpZCI6MX0.VtG0F1govgWUDthWp7GmWVZpkCmiD8gjEyllPWr3XzZmDF2M1kfU-_v_Aewz6OVmaqYx4d3ymG7it3YmZZIEzA","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"option\": 0\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/play"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"304"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Fri, 01 May 2020 05:31:53 GMT"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\"artifacts\":[],\"data\":{\"content\":\"You are in school right now. You find Lite Yagami to be writing something in a very rusty notebook. What will you do ?\",\"misc\":{\"left_option\":\"Ask Lite Yagami about what he is writing.\",\"right_option\":\"Sneak up from behind and observe what he is writing.\"}},\"score\":0}\n"},{"id":"dc132153-f712-44ab-b874-ab1d7352c7a3","name":"resume game","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InZpc2hhYWxzMjAwMEBnbWFpbC5jb20iLCJpZCI6MX0.VtG0F1govgWUDthWp7GmWVZpkCmiD8gjEyllPWr3XzZmDF2M1kfU-_v_Aewz6OVmaqYx4d3ymG7it3YmZZIEzA","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"resume\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"https://playscenario.dscvit.com/api/bandersnatch/play"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"270"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Fri, 01 May 2020 05:30:37 GMT"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\"artifacts\":[],\"data\":{\"content\":\"People are dying of heart attacks without any plausible reason. L has requested you to investigate this singularity. What will you do ?\",\"misc\":{\"left_option\":\"Start investigating.\",\"right_option\":\"Turn down the request.\"}},\"score\":0}\n"}],"_postman_id":"3ff4627d-58a5-4354-8b80-7caaae67073c"},{"name":"[no-auth] https://playscenario.dscvit.com/api/bandersnatch/health","id":"f8ba9418-7122-4f7c-b80c-ecdfcf135dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://playscenario.dscvit.com/api/bandersnatch/health","description":"<p>Simple health check route for bandersnatch-container</p>\n","urlObject":{"protocol":"https","path":["api","bandersnatch","health"],"host":["playscenario","dscvit","com"],"query":[],"variable":[]}},"response":[{"id":"5f34ba92-94c5-44c7-88e6-d1278d748caf","name":"health response","originalRequest":{"method":"POST","header":[],"url":"https://playscenario.dscvit.com/api/bandersnatch/health"},"status":"OK","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"15"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Thu, 26 Mar 2020 05:05:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\"msg\":\"Good\"}\n"}],"_postman_id":"f8ba9418-7122-4f7c-b80c-ecdfcf135dd9"},{"name":"[no-auth] https://playscenario.dscvit.com/api/bandersnatch/leaderboard","id":"e1bd53a6-7939-4cd4-a47e-797fb8ba5e3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://playscenario.dscvit.com/api/bandersnatch/leaderboard","description":"<p>View the leaderboard.</p>\n","urlObject":{"protocol":"https","path":["api","bandersnatch","leaderboard"],"host":["playscenario","dscvit","com"],"query":[],"variable":[]}},"response":[{"id":"dae1102b-4fc8-4fcc-a55f-83884baa18e8","name":"leaderboard list","originalRequest":{"method":"POST","header":[],"url":"https://playscenario.dscvit.com/api/bandersnatch/leaderboard"},"status":"OK","_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"157"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Fri, 27 Mar 2020 02:11:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\"leaderboard\":[{\"name\":\"Shantanu Verma\",\"email\":\"shantanu@gmail.com\",\"score\":110},{\"name\":\"Vishaal Selvaraj\",\"email\":\"vishaals2000@gmail.com\",\"score\":73}]}\n"}],"_postman_id":"e1bd53a6-7939-4cd4-a47e-797fb8ba5e3f"},{"name":"[jwt] https://playscenario.dscvit.com/bandersnatch/api/hint","id":"3a1b7fd9-60b1-42bc-9532-505aadab505e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InJvb3RAcm9vdC5jb20iLCJpZCI6MX0.ZDhhf1augT6uTPspRdqgm8fnuxs2IeaRuge2T-_D3Ruym7hjID2suU7s2kryzHMmnYIcgiFdIPDe457q1uM0SQ","type":"text"}],"url":"https://playscenario.dscvit.com/api/bandersnatch/hint","description":"<p>Get hint for node</p>\n","urlObject":{"protocol":"https","path":["api","bandersnatch","hint"],"host":["playscenario","dscvit","com"],"query":[],"variable":[]}},"response":[{"id":"96a907b7-0e49-44ea-ab0b-6d5b5fc892bc","name":"Get hint","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InJvb3RAcm9vdC5jb20iLCJpZCI6MX0.ZDhhf1augT6uTPspRdqgm8fnuxs2IeaRuge2T-_D3Ruym7hjID2suU7s2kryzHMmnYIcgiFdIPDe457q1uM0SQ","type":"text"}],"url":"https://playscenario.dscvit.com/api/bandersnatch/hint"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"67"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Date","value":"Sun, 12 Jul 2020 10:58:44 GMT"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\"hint\":\"There's a door to the north. Try opening it.\",\"score\":41}\n"}],"_postman_id":"3a1b7fd9-60b1-42bc-9532-505aadab505e"}]}