{"info":{"_postman_id":"2214107d-70a9-4f53-bec5-9a75b86e52fc","name":"Medieval Engineers API","description":"<html><head></head><body><p>API to view and manage a Medieval Engineers server.</p>\n<p>For requests that need authorization follow my guide at <a href=\"https://forum.keenswh.com/threads/solved-making-post-requests-with-the-remote-api.7402451/#post-1287103184\">https://forum.keenswh.com/threads/solved-making-post-requests-with-the-remote-api.7402451/#post-1287103184</a></p>\n<p>If you want to use Postman, set your Pre-request script for the collection to:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>const moment = require('moment')\n\nconst secret = CryptoJS.enc.Base64.parse(pm.environment.get(\"api_key\"));\nconst date = `${moment.utc().format('ddd, DD MMM YYYY HH:mm:ss')} GMT`;\n\nconst generateNonce = (length) =&gt; {\n    let text = \"\";\n    const possible = \"0123456789\";\n    for(let i = 0; i &lt; length; i++) {\n        text += possible.charAt(Math.floor(Math.random() * possible.length));\n    }\n    return text;\n}\n\nconst url = request.url.slice(34);\nconst route = '/vrageremote/v1/session/gamechat';\nconst nonce = generateNonce(9);\nconst message = `${route}\\r\\n${nonce}\\r\\n${date}\\r\\n`;\nconst hash = CryptoJS.enc.Base64.stringify(CryptoJS.HmacSHA1(message, secret));\n\npm.environment.set(\"date\", date);\npm.environment.set(\"nonce\", nonce);\npm.environment.set(\"hash\", hash);\n</code></pre><p>You will also have to create an environment and set the following environment variables</p>\n<p>Environment variables:</p>\n<p><code>domain</code>: Your API address.</p>\n<p><code>port</code>: Your API port.</p>\n<p><code>api_key</code>: Your API key.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2984774","collectionId":"2214107d-70a9-4f53-bec5-9a75b86e52fc","publishedId":"RztrJmPr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-10-20T20:35:52.000Z"},"item":[{"name":"Server","item":[{"name":"Ping","id":"60870dc0-4de3-43d7-a333-b023eccced9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/server/ping","description":"<p>Responds with pong.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","server","ping"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"45900baf-8c9f-4c47-bd38-df11fad37663","name":"Ping","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/server/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Thu, 21 Feb 2019 00:09:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Data\": {\n        \"Result\": \"Pong\",\n        \"ServerTimeUTC\": 1550707747\n    },\n    \"Meta\": {\n        \"ApiVersion\": \"1.0\",\n        \"Game\": \"1.0\",\n        \"QueryTime\": 1.0\n    }\n}"}],"_postman_id":"60870dc0-4de3-43d7-a333-b023eccced9b"},{"name":"Server","id":"7f93028f-9fde-414e-9293-b6648963d020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/server","description":"<p>Get the server health values.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","server"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f93028f-9fde-414e-9293-b6648963d020"},{"name":"Server","id":"bbfaa23a-15af-42ae-b998-ec83de8e4c54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/server","description":"<p>Request shutdown of the server.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","server"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbfaa23a-15af-42ae-b998-ec83de8e4c54"}],"id":"8bf1e879-82db-44cd-8657-bc123e7818fd","_postman_id":"8bf1e879-82db-44cd-8657-bc123e7818fd","description":""},{"name":"Admin","item":[{"name":"Bans","item":[{"name":"Bans","id":"227b3912-e547-4029-b0b0-332c184a1161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/bannedPlayers","description":"<p>Get all the banned players.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","bannedPlayers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"227b3912-e547-4029-b0b0-332c184a1161"},{"name":"Bans","id":"b972c541-018a-4de1-a69c-611c6fc27507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{nonce}}:{{hash}}"},{"key":"Date","type":"text","value":"{{date}}"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/server","description":"<p>Unban all banned players.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","server"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b972c541-018a-4de1-a69c-611c6fc27507"},{"name":"Ban","id":"d8cd5965-6fbf-4787-9a6a-ca0cfdc58b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/bannedPlayers/{{steamIdRaw}}","description":"<p>Get information on a specific ban.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","bannedPlayers","{{steamIdRaw}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8cd5965-6fbf-4787-9a6a-ca0cfdc58b0e"},{"name":"Ban","id":"0fae1828-d304-4ab9-a2a6-d94084278590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ExpirationUTC\": null,\n\t\"SteamId\": null,\n\t\"Reason\": null\n}"},"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/bannedPlayers/{{steamIdRaw}}","description":"<p>Ban a player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","bannedPlayers","{{steamIdRaw}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fae1828-d304-4ab9-a2a6-d94084278590"},{"name":"Ban","id":"860b8d51-4ba8-49bf-8f2d-90657639a892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/bannedPlayers/{{steamIdRaw}}","description":"<p>Unban a player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","bannedPlayers","{{steamIdRaw}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"860b8d51-4ba8-49bf-8f2d-90657639a892"}],"id":"9f59e642-fc34-462f-bea8-e6f2c5528ccf","_postman_id":"9f59e642-fc34-462f-bea8-e6f2c5528ccf","description":""},{"name":"Promotions","item":[{"name":"Admins","id":"b7a8622e-c287-4b1f-b30e-309114331626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/promotedPlayers","description":"<p>Get a list of promoted players.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","promotedPlayers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7a8622e-c287-4b1f-b30e-309114331626"},{"name":"Admin","id":"37b05cb0-be4c-4fc7-8fbf-beac4b874f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/promotedPlayers/{{steamIdRaw}}","description":"<p>Get promoted player information.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","promotedPlayers","{{steamIdRaw}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37b05cb0-be4c-4fc7-8fbf-beac4b874f62"},{"name":"Set rank","id":"7dea318d-36be-46c4-9cf9-679786fcb403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SteamID\": null,\n\t\"DesiredLevel\": null\n}"},"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/promotedPlayers","description":"<p>Promote a player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","promotedPlayers"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dea318d-36be-46c4-9cf9-679786fcb403"},{"name":"Promote player","id":"238c7c53-91d9-4562-9722-f7ae1dbcb605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/promotedPlayers/{{steamIdRaw}}","description":"<p>Update a promoted player's promotion level. If request does not contain DesiredLevel, will promote up 1 rank.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","promotedPlayers","{{steamIdRaw}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"238c7c53-91d9-4562-9722-f7ae1dbcb605"},{"name":"Demote Player","id":"114e2df8-85af-4320-8c3e-194598dcb752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/promotedPlayers/{{steamIdRaw}}","description":"<p>Update a promoted player's promotion level. If request does not contain DesiredLevel, will demote down 1 rank.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","promotedPlayers","{{steamIdRaw}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"114e2df8-85af-4320-8c3e-194598dcb752"}],"id":"a9150f29-a812-4923-bae4-bf52c9e27784","_postman_id":"a9150f29-a812-4923-bae4-bf52c9e27784","description":""},{"name":"Trash","item":[{"name":"Trash Removal","id":"e9ba49b2-d1ad-4711-9898-34c31be5d631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/trashRemoval","description":"<p>Get trash removal settings.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","trashRemoval"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9ba49b2-d1ad-4711-9898-34c31be5d631"},{"name":"Trash Removal Flags","id":"541c9e85-76a3-4ac3-8522-522144ec7006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/trashRemoval/flags","description":"<p>Get trash removal flags.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","trashRemoval","flags"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"541c9e85-76a3-4ac3-8522-522144ec7006"},{"name":"Trash Removal","id":"2fd40eda-d2f2-47d8-9930-fb1980930b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{nonce}}:{{hash}}"},{"key":"Date","type":"text","value":"{{date}}"}],"body":{"mode":"raw","raw":"{\n\t\"Flags\": null.\n\t\"BlockCountThreshold\": null,\n\t\"PlayerDistanceThreshold\": null\n}"},"url":"http://{{domain}}:{{port}}/vrageremote/v1/admin/trashRemoval","description":"<p>Set trash removal settings.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","admin","trashRemoval"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fd40eda-d2f2-47d8-9930-fb1980930b09"}],"id":"6cee2d77-b497-4243-ac6c-0b083695ab64","_postman_id":"6cee2d77-b497-4243-ac6c-0b083695ab64","description":""}],"id":"49ed5e51-9931-497d-872e-f07c3dbccc9a","_postman_id":"49ed5e51-9931-497d-872e-f07c3dbccc9a","description":""},{"name":"Game","item":[{"name":"Blocks","item":[{"name":"Blocks","id":"735b7518-8e1a-406e-af45-9502ab8baaa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/game/blocks","description":"<p>Get a paginated list of all the blocks in the game.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","game","blocks"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"735b7518-8e1a-406e-af45-9502ab8baaa4"},{"name":"Block","id":"613ce350-4b07-4268-878a-c95f90d0f455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/game/blocks/{{type}}/{{subtype}}","description":"<p>Get block details.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","game","blocks","{{type}}","{{subtype}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"613ce350-4b07-4268-878a-c95f90d0f455"}],"id":"d7f96b3d-a855-4820-bbc8-d547bdb9d51e","_postman_id":"d7f96b3d-a855-4820-bbc8-d547bdb9d51e","description":""},{"name":"Items","item":[{"name":"Items","id":"e4b0620e-9378-4ec3-804a-ac0e5208def0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/game/items","description":"<p>Get a paginated list of all the items in the game.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","game","items"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4b0620e-9378-4ec3-804a-ac0e5208def0"},{"name":"Item","id":"3fafaf11-4fc6-4954-ae7d-6f5f12ef0917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/game/items/{{type}}/{{subtype}}","description":"<p>Get item details.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","game","items","{{type}}","{{subtype}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fafaf11-4fc6-4954-ae7d-6f5f12ef0917"}],"id":"1b4396d1-af74-41cc-b74a-8378a17d1d28","_postman_id":"1b4396d1-af74-41cc-b74a-8378a17d1d28","description":""},{"name":"Research","item":[{"name":"Researches","id":"38b2fe03-b9f0-4162-907e-949376f5d0e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/game/research","description":"<p>Get a list of all available research in this game.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","game","research"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38b2fe03-b9f0-4162-907e-949376f5d0e6"},{"name":"Research","id":"74048dea-9472-47dc-b28d-9fff549faa1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/game/research/{{subtype}}","description":"<p>Get research details.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","game","research","{{subtype}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74048dea-9472-47dc-b28d-9fff549faa1a"}],"id":"75a86907-2077-4399-a0bd-1aa7d67ab4b7","_postman_id":"75a86907-2077-4399-a0bd-1aa7d67ab4b7","description":""}],"id":"5df0a6f6-7e8a-4402-93fc-f813f76614c0","_postman_id":"5df0a6f6-7e8a-4402-93fc-f813f76614c0","description":""},{"name":"Session","item":[{"name":"Chat","item":[{"name":"Chat","event":[{"listen":"prerequest","script":{"id":"dfd65e7e-1c86-41df-b47a-461535f3688c","exec":[""],"type":"text/javascript"}}],"id":"c3d6c13d-09a4-4986-97cc-3e7eea973d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/gamechat","description":"<p>Get the chat history since session start.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","gamechat"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3d6c13d-09a4-4986-97cc-3e7eea973d56"},{"name":"Chat","event":[{"listen":"prerequest","script":{"id":"612e2f72-1d00-4459-8536-05f1db8f4386","exec":[""],"type":"text/javascript"}}],"id":"1e22d215-d83c-4aa1-9898-f88ab96f3ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Date","value":"{{date}}","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RecipientIdentityId\": null,\n    \"Message\": \"test\"\n}"},"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/gamechat","description":"<p>Send a chat message.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","gamechat"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e22d215-d83c-4aa1-9898-f88ab96f3ae6"},{"name":"World Chat","event":[{"listen":"prerequest","script":{"id":"8d547300-30fb-4b1a-9e99-f0c75b93f0e1","exec":[""],"type":"text/javascript"}}],"id":"3e4b746f-0f41-47c3-bf0f-5d0a6cd94136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/gamechat/world","description":"<p>Get the world chat history since session start.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","gamechat","world"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e4b746f-0f41-47c3-bf0f-5d0a6cd94136"}],"id":"63a795fa-efce-48be-9a3f-d4083d77129d","_postman_id":"63a795fa-efce-48be-9a3f-d4083d77129d","description":""},{"name":"Claims","item":[{"name":"Claims","id":"0a922899-943a-4049-9c41-5190ab74bd06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/claims","description":"<p>Gets the list of claims in the world.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","claims"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a922899-943a-4049-9c41-5190ab74bd06"},{"name":"Claims","id":"0ebc7ee8-c21a-4f89-b06a-f59b124e2085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/claims","description":"<p>Releases all the claims in the world. Note: This also clears safe area!</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","claims"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ebc7ee8-c21a-4f89-b06a-f59b124e2085"},{"name":"Claim","id":"1e817825-8e94-4176-beb2-531bf6ed50a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/claims/{{areaId}}","description":"<p>Gets information the claimed area.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","claims","{{areaId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e817825-8e94-4176-beb2-531bf6ed50a9"},{"name":"Update Claim","id":"2313901e-d4be-4447-ac9a-2e9e518c231d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/claims/{{areaId}}","description":"<p>Updates the information of a claimed area.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","claims","{{areaId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2313901e-d4be-4447-ac9a-2e9e518c231d"},{"name":"Claim","id":"edbe30d4-3afd-45ec-9c7a-a5d406e7d8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/claims/{{areaId}}","description":"<p>Releases the specified claim.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","claims","{{areaId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edbe30d4-3afd-45ec-9c7a-a5d406e7d8ee"}],"id":"a83bfad7-9234-4995-9463-30e7662a9811","_postman_id":"a83bfad7-9234-4995-9463-30e7662a9811","description":""},{"name":"Session","id":"edd960ce-0d89-454a-a927-e7e744bffe5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session","description":"<p>Returns information about the current session.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"edd960ce-0d89-454a-a927-e7e744bffe5d"},{"name":"Session","id":"5ad5c35c-b886-4acc-9765-d7ab840eb314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session","description":"<p>Saves the current session.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ad5c35c-b886-4acc-9765-d7ab840eb314"},{"name":"Session","id":"64063883-513b-48ed-8ae6-9e9b8a989982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session","description":"<p>Schedule a server restart.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64063883-513b-48ed-8ae6-9e9b8a989982"}],"id":"187f9c6b-c019-420d-9810-f5a7890ed58c","_postman_id":"187f9c6b-c019-420d-9810-f5a7890ed58c","description":""},{"name":"Factions","item":[{"name":"Members","item":[{"name":"Faction Members","id":"ed0e350b-6f42-4a50-a606-f312c8835cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/members","description":"<p>Gets the list of members of the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","members"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed0e350b-6f42-4a50-a606-f312c8835cbd"},{"name":"Faction Member","id":"4ff4f366-cd8e-4416-957e-f53514865b61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/members/{{identityId}}","description":"<p>Gets the details of a member of the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","members","{{identityId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ff4f366-cd8e-4416-957e-f53514865b61"},{"name":"Faction Member","id":"69f689b4-a954-4a5f-abf7-c79b7fd419eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/members/{{identityId}}","description":"<p>Updates the rank of a member of the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","members","{{identityId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69f689b4-a954-4a5f-abf7-c79b7fd419eb"},{"name":"Faction Member","id":"af9239e0-be46-44e3-94f8-107bbfafa24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/members/{{identityId}}","description":"<p>Kicks a member from the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","members","{{identityId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af9239e0-be46-44e3-94f8-107bbfafa24b"}],"id":"66b0d237-4820-42b6-8e3f-6758ffa9bd23","_postman_id":"66b0d237-4820-42b6-8e3f-6758ffa9bd23","description":""},{"name":"Ranks","item":[{"name":"Faction Ranks","id":"56831edd-1518-4659-a0f5-cba476735a5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/ranks","description":"<p>Gets the list of ranks of the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","ranks"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56831edd-1518-4659-a0f5-cba476735a5e"},{"name":"Create Faction Rank","id":"540663c8-f409-4fc5-b1a5-c61e1763377b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Title\": null,\n\t\"Permissions\": null\n}"},"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/ranks","description":"<p>Create a new rank for the specified faction. This rank is added to the end of the list.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","ranks"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"540663c8-f409-4fc5-b1a5-c61e1763377b"},{"name":"Faction Rank","id":"8fae6d0f-f7cb-4d2d-9e5a-987cfdfcdb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/ranks/{{index}}","description":"<p>Gets the details of the specified rank of the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","ranks","{{index}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fae6d0f-f7cb-4d2d-9e5a-987cfdfcdb71"},{"name":"Faction Rank","id":"bda883a6-5679-4cfd-bf93-76e8417493a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/ranks/{{index}}","description":"<p>Edits the details of the specified rank of the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","ranks","{{index}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bda883a6-5679-4cfd-bf93-76e8417493a3"},{"name":"Delete Faction","id":"ede8b17b-44aa-4578-8202-475bdabe886b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}/ranks/{{index}}","description":"<p>Deletes the specified rank from the specified faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}","ranks","{{index}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ede8b17b-44aa-4578-8202-475bdabe886b"}],"id":"8f18a50b-d28b-4678-a8c4-58d431075c2d","_postman_id":"8f18a50b-d28b-4678-a8c4-58d431075c2d","description":""},{"name":"Factions","id":"eefdf64e-fcee-4322-af59-5c56cd7c2506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions","description":"<p>Gets the list of factions in the world.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eefdf64e-fcee-4322-af59-5c56cd7c2506"},{"name":"Faction","id":"be8d1b25-3b86-463e-88b6-a6d4cf235291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}","description":"<p>Gets additional information on a faction.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be8d1b25-3b86-463e-88b6-a6d4cf235291"},{"name":"Faction","id":"ae83942b-b1cf-4569-b787-5b0253dd41f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}","description":"<p>Update faction details.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae83942b-b1cf-4569-b787-5b0253dd41f4"},{"name":"Faction","id":"efb02207-13ce-4249-9d12-bf41cb607b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/factions/{{tag}}","description":"<p>Delete a faction, removing all members.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","factions","{{tag}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"efb02207-13ce-4249-9d12-bf41cb607b54"}],"id":"73a5343c-45dc-46d0-a4bb-c19977d73c46","_postman_id":"73a5343c-45dc-46d0-a4bb-c19977d73c46","description":""},{"name":"Players","item":[{"name":"Claims","item":[{"name":"Player Claims","id":"295967cf-2d87-4429-bc1d-3c4975688588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{identityId}}/claims","description":"<p>Gets the list of claims owned by this player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{identityId}}","claims"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"295967cf-2d87-4429-bc1d-3c4975688588"},{"name":"Delete Player Claims","id":"8f2fe094-52c2-467c-81cb-b3c6005fc26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{identityId}}/claims","description":"<p>Releases all the claims connected to the specified player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{identityId}}","claims"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f2fe094-52c2-467c-81cb-b3c6005fc26a"},{"name":"Player Claim Area","id":"a53fb323-f9e7-4125-8a96-e9d81f61a95f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{identityId}}/claims/{{areaId}}","description":"<p>Gets information the claimed area by player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{identityId}}","claims","{{areaId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a53fb323-f9e7-4125-8a96-e9d81f61a95f"},{"name":"Player Claim Area","id":"ff355de4-49aa-45d5-a460-91461021ead3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{identityId}}/claims/{{areaId}}","description":"<p>Updates the information of a claimed area by player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{identityId}}","claims","{{areaId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff355de4-49aa-45d5-a460-91461021ead3"},{"name":"Player Claim Area","id":"23a3703f-e52f-4c5c-845a-5e19e08d000f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{identityId}}/claims/{{areaId}}","description":"<p>Releases the specified claim connected to the specified player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{identityId}}","claims","{{areaId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"23a3703f-e52f-4c5c-845a-5e19e08d000f"}],"id":"f9b8c31c-6f54-4aae-9891-2aca3771b69d","_postman_id":"f9b8c31c-6f54-4aae-9891-2aca3771b69d","description":""},{"name":"Inventory","item":[{"name":"Player Inventory","id":"38132e02-3959-47b7-a494-a1321e56d759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/inventory","description":"<p>Get a player's inventory.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","inventory"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38132e02-3959-47b7-a494-a1321e56d759"},{"name":"Player Inventory","id":"0dc2843b-530c-4d8b-98bc-0c878e42d34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/inventory","description":"<p>Add an item to the player's inventory.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","inventory"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dc2843b-530c-4d8b-98bc-0c878e42d34e"},{"name":"Player Inventory","id":"203a23c2-6c75-4bb2-83b0-8393b9c7dc23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/inventory","description":"<p>Clear a player's inventory.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","inventory"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"203a23c2-6c75-4bb2-83b0-8393b9c7dc23"},{"name":"Player Inventory Item","id":"8be20759-6002-4a96-84c1-1ce1214d3aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/inventory/{{index}}","description":"<p>Get item at specified index of the player's inventory.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","inventory","{{index}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8be20759-6002-4a96-84c1-1ce1214d3aad"},{"name":"Player Inventory Item","id":"484d7755-e25a-435e-947e-579805f2a7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/inventory/{{index}}","description":"<p>Edit an item in the player's inventory.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","inventory","{{index}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"484d7755-e25a-435e-947e-579805f2a7b9"},{"name":"Player Inventory Item","id":"658367b5-79fa-4a48-83a8-97a648f884ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/inventory/{{index}}","description":"<p>Remove an item from the player's inventory.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","inventory","{{index}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"658367b5-79fa-4a48-83a8-97a648f884ba"}],"id":"4d875cd4-f21c-4952-b823-96039636a394","_postman_id":"4d875cd4-f21c-4952-b823-96039636a394","description":""},{"name":"Quests","item":[{"name":"Player Quests","id":"e51d23b7-89fa-4d17-81d2-4d7ededff527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/quests","description":"<p>Get quest information for a player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","quests"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e51d23b7-89fa-4d17-81d2-4d7ededff527"},{"name":"Player Quest","id":"bbf87ea2-d31a-4b1a-b1ab-05fc51c57def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/quests","description":"<p>Start a new quest for the player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","quests"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbf87ea2-d31a-4b1a-b1ab-05fc51c57def"},{"name":"Player Quests","id":"5249a625-d8ca-43e5-ad23-87cdb306359e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/quests","description":"<p>Reset all quests on the player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","quests"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5249a625-d8ca-43e5-ad23-87cdb306359e"},{"name":"Player Quest","id":"a11e62a9-9c94-4a6c-82c6-039b68be2854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/quests/{{subtype}}","description":"<p>Get information on a quest for the player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","quests","{{subtype}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a11e62a9-9c94-4a6c-82c6-039b68be2854"},{"name":"Player Quest","id":"ee05443e-8693-4ffe-97e7-42f3aa369517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"{{nonce}}:{{hash}}"},{"key":"Date","type":"text","value":"{{date}}"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/quests/{{subtype}}","description":"<p>Remove an active, or completed, quest from the player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","quests","{{subtype}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee05443e-8693-4ffe-97e7-42f3aa369517"}],"id":"a0b18b76-916d-4808-ae8d-1f4a99f0b671","_postman_id":"a0b18b76-916d-4808-ae8d-1f4a99f0b671","description":""},{"name":"Research","item":[{"name":"Player Researches","id":"5da4101e-2def-428e-861d-a8108ded2b13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/research","description":"<p>Get all unlocked research for a player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","research"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5da4101e-2def-428e-861d-a8108ded2b13"},{"name":"Player Research","id":"d909cd1a-2e48-46bf-ba91-d513bc0eba57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/research","description":"<p>Unlock research for the specified player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","research"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d909cd1a-2e48-46bf-ba91-d513bc0eba57"},{"name":"Player Research","id":"9dca81e6-9735-432f-981f-1d1ddbe063bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/research/{{type}}/{{subtype}}","description":"<p>Get information about the specific unlocked research.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","research","{{type}}","{{subtype}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dca81e6-9735-432f-981f-1d1ddbe063bb"},{"name":"Player Research","id":"72efd9be-9ff6-4aeb-a7c4-4c2795defc7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players/{{id}}/research/{{type}}/{{subtype}}","description":"<p>Lock a player's unlocked research.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players","{{id}}","research","{{type}}","{{subtype}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72efd9be-9ff6-4aeb-a7c4-4c2795defc7b"}],"id":"c861df38-1406-4154-a093-81373f83f48f","_postman_id":"c861df38-1406-4154-a093-81373f83f48f","description":""},{"name":"Players","id":"e92f4e57-68ab-40f3-981c-f972ff365845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/session/players","description":"<p>Get a list of currently online players.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","session","players"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e92f4e57-68ab-40f3-981c-f972ff365845"},{"name":"Player","id":"7fbc54d6-9426-4ac7-95c0-420feae9db7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/v1/players/{{identityIdRaw}}","description":"<p>Get detailed info on a currently online player.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","v1","players","{{identityIdRaw}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fbc54d6-9426-4ac7-95c0-420feae9db7e"}],"id":"2c4b6d43-263b-4579-a603-7281368ae639","_postman_id":"2c4b6d43-263b-4579-a603-7281368ae639","description":""},{"name":"API List","id":"c43a73e4-8563-4d54-9509-495e8ed0bd82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nonce}}:{{hash}}","type":"text"},{"key":"Date","value":"{{date}}","type":"text"}],"url":"http://{{domain}}:{{port}}/vrageremote/api","description":"<p>Method that returns the list of all valid routes.</p>\n","urlObject":{"protocol":"http","port":"{{port}}","path":["vrageremote","api"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c43a73e4-8563-4d54-9509-495e8ed0bd82"}],"event":[{"listen":"prerequest","script":{"id":"eb622637-9b73-495d-86b3-72a7170471b2","type":"text/javascript","exec":["const moment = require('moment')","","const secret = CryptoJS.enc.Base64.parse(pm.environment.get(\"api_key\"));","const date = `${moment.utc().format('ddd, DD MMM YYYY HH:mm:ss')} GMT`;","","const generateNonce = (length) => {","    let text = \"\";","    const possible = \"0123456789\";","    for(let i = 0; i < length; i++) {","        text += possible.charAt(Math.floor(Math.random() * possible.length));","    }","    return text;","}","","const route = request.url.slice(34);","const nonce = generateNonce(9);","const message = `${route}\\r\\n${nonce}\\r\\n${date}\\r\\n`;","","console.log(route);","const hash = CryptoJS.enc.Base64.stringify(CryptoJS.HmacSHA1(message, secret));","","pm.environment.set(\"date\", date);","pm.environment.set(\"nonce\", nonce);","pm.environment.set(\"hash\", hash);"]}},{"listen":"test","script":{"id":"7b65d17f-f478-4f4c-98fd-e07def8df164","type":"text/javascript","exec":[""]}}],"variable":[{"key":"protocol","value":"http"}]}