{"info":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","description":"<html><head></head><body><p>Welcome to the SilverServers Game Panel API documentation.</p>\n<p>The API makes use of POST, GET, PATCH and DELETE requests.</p>\n<p>You can obtain an API key from the <a href=\"https://game-panel.silverservers.com/admin/api\">Account API page</a> within the panel.</p>\n<blockquote>\n<p><strong>WARNING</strong>: Remember, protect your API key as if it was a password.</p>\n</blockquote>\n<p>We expect the API key to be included in all API requests to the server in a header that looks like the following:</p>\n<p><code>Authorization: Bearer meowmeowmeow</code></p>\n<blockquote>\n<p><strong>NOTE</strong>: You must replace <code>meowmeowmeow</code> with your personal API key.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2236163","collectionId":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","publishedId":"SVSGQAwC","public":true,"customColor":{"top-bar":"18375F","right-sidebar":"18375F","highlight":"119A49"},"publishDate":"2019-07-12T02:58:00.000Z"},"item":[{"name":"User","item":[{"name":"List Users","id":"82d6db17-2f22-49da-9bc9-a1a71189e476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{endpoint}}users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"host":["{{endpoint}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"82d6db17-2f22-49da-9bc9-a1a71189e476"},{"name":"Get user information","id":"16cf0e45-dfe9-4964-83b2-bd8bb2ef4e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{endpoint}}users/<USER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<USER_ID>"],"host":["{{endpoint}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"16cf0e45-dfe9-4964-83b2-bd8bb2ef4e56"},{"name":"Get user by external ID","id":"c6129caf-5d97-47e9-8711-0dee7b9446bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{endpoint}}users/external/<USER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["external","<USER_ID>"],"host":["{{endpoint}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6129caf-5d97-47e9-8711-0dee7b9446bd"},{"name":"Create user","id":"d9b425f6-04c8-4d74-9de0-6edc0ef95c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"Example-User","description":"<p>The username for the accoount</p>\n","type":"text"},{"key":"email","value":"example@example.com","description":"<p>The email address for the account</p>\n","type":"text"},{"key":"first_name","value":"John","description":"<p>The user's first name</p>\n","type":"text"},{"key":"last_name","value":"Doe","description":"<p>The user's last name</p>\n","type":"text"},{"key":"password","value":"password","description":"<p>A plain text input of the desired password</p>\n","type":"text"}]},"url":"{{endpoint}}users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"host":["{{endpoint}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9b425f6-04c8-4d74-9de0-6edc0ef95c2c"},{"name":"Edit user","id":"cbe2783f-8870-4a95-8514-79771f76b14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"Example-User","description":"<p>The username for the accoount</p>\n","type":"text"},{"key":"email","value":"example@example.com","description":"<p>The email address for the account</p>\n","type":"text"},{"key":"first_name","value":"John","description":"<p>The user's first name</p>\n","type":"text"},{"key":"last_name","value":"Doe","description":"<p>The user's last name</p>\n","type":"text"},{"key":"password","value":"password","description":"<p>A plain text input of the desired password</p>\n","type":"text"}]},"url":"{{endpoint}}users/<USER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<USER_ID>"],"host":["{{endpoint}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbe2783f-8870-4a95-8514-79771f76b14c"},{"name":"Delete user","id":"dfbd7797-2c20-40d7-bb4d-3e35623f8b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{endpoint}}users/<USER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<USER_ID>"],"host":["{{endpoint}}users"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfbd7797-2c20-40d7-bb4d-3e35623f8b18"}],"id":"4abc7a41-c5a3-49aa-9347-70356ba26928","_postman_id":"4abc7a41-c5a3-49aa-9347-70356ba26928","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}}},{"name":"Nodes","item":[{"name":"List nodes","id":"a983e9e4-338a-42d8-a06c-90b7b057d87b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"url":"{{endpoint}}nodes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"a983e9e4-338a-42d8-a06c-90b7b057d87b"},{"name":"Get node information","id":"6fa73761-0070-469c-9db6-70106ea58916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"url":"{{endpoint}}nodes/<NODE_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<NODE_ID>"],"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fa73761-0070-469c-9db6-70106ea58916"},{"name":"Create node","id":"973024e8-c296-4c17-8e9a-7eb6799d60d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test API Creation","type":"text"},{"key":"location_id","value":"1","type":"text"},{"key":"public","value":"1","type":"text"},{"key":"fqdn","value":"example.silverservers.com","type":"text"},{"key":"scheme","value":"https","type":"text"},{"key":"behind_proxy","value":"0","type":"text"},{"key":"daemonBase","value":"/srv/daemon-data","type":"text"},{"key":"memory","value":"1024","type":"text"},{"key":"memory_overallocate","value":"0","type":"text"},{"key":"disk","value":"1024","type":"text"},{"key":"disk_overallocate","value":"0","type":"text"},{"key":"daemon_base","value":"/srv/daemon-data","type":"text"},{"key":"daemon_listen","value":"8080","type":"text"},{"key":"daemon_sftp","value":"2022","type":"text"},{"key":"throttle[enabled]","value":"false","type":"text"}]},"url":"{{endpoint}}nodes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"973024e8-c296-4c17-8e9a-7eb6799d60d9"},{"name":"Edit node","id":"c0d0fd9a-86dd-4bc1-8012-c26f30f07657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Test API Creation","type":"text"},{"key":"location_id","value":"1","type":"text"},{"key":"public","value":"1","type":"text"},{"key":"fqdn","value":"example.silverservers.com","type":"text"},{"key":"scheme","value":"https","type":"text"},{"key":"behind_proxy","value":"0","type":"text"},{"key":"daemonBase","value":"/srv/daemon-data","type":"text"},{"key":"memory","value":"1024","type":"text"},{"key":"memory_overallocate","value":"0","type":"text"},{"key":"disk","value":"1024","type":"text"},{"key":"disk_overallocate","value":"0","type":"text"},{"key":"daemon_base","value":"/srv/daemon-data","type":"text"},{"key":"daemon_listen","value":"8080","type":"text"},{"key":"daemon_sftp","value":"2022","type":"text"},{"key":"throttle[enabled]","value":"false","type":"text"}]},"url":"{{endpoint}}nodes/<NODE_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<NODE_ID>"],"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0d0fd9a-86dd-4bc1-8012-c26f30f07657"},{"name":"Delete node","id":"2464042c-7ca0-4f9b-a394-de7e4088b621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"url":"{{endpoint}}nodes/<NODE_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<NODE_ID>"],"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"2464042c-7ca0-4f9b-a394-de7e4088b621"},{"name":"List specific node allocations","id":"79dc880f-3bd1-4f7f-a377-e24659affa3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"url":"{{endpoint}}nodes/<NODE_ID>/allocations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<NODE_ID>","allocations"],"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"79dc880f-3bd1-4f7f-a377-e24659affa3a"},{"name":"Create allocation","id":"37486608-2389-4f89-873d-0da722b59f56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"body":{"mode":"formdata","formdata":[{"key":"ip","value":"1.1.1.1","type":"text"},{"key":"alias","value":"one.one.one.one","type":"text"},{"key":"ports[]","value":"4000","type":"text"}]},"url":"{{endpoint}}nodes/<NODE_ID>/allocations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<NODE_ID>","allocations"],"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"37486608-2389-4f89-873d-0da722b59f56"},{"name":"Delete allocation","id":"bf190a2f-823b-4c5c-a432-1269894f4ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{endpoint}}nodes/<NODE_ID>/allocations/<ALLOCATION_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<NODE_ID>","allocations","<ALLOCATION_ID>"],"host":["{{endpoint}}nodes"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf190a2f-823b-4c5c-a432-1269894f4ff2"}],"id":"6dc9554f-9f95-4847-800f-a60561b15e18","event":[{"listen":"prerequest","script":{"id":"878c6c10-9253-4aa6-a6fe-928a871fa0a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"39ef59b4-2784-4e84-b4b0-b84b2bca79cd","type":"text/javascript","exec":[""]}}],"_postman_id":"6dc9554f-9f95-4847-800f-a60561b15e18","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}}},{"name":"Locations","item":[{"name":"List locations","id":"7d2c98ec-e5c8-46b2-bef8-91d9501c5381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"url":"{{endpoint}}locations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"host":["{{endpoint}}locations"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d2c98ec-e5c8-46b2-bef8-91d9501c5381"},{"name":"Get location information","id":"ed3d3b72-186c-4411-b7c1-b79baba39cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"url":"{{endpoint}}locations/<LOCATION_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<LOCATION_ID>"],"host":["{{endpoint}}locations"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed3d3b72-186c-4411-b7c1-b79baba39cfa"},{"name":"Create location","id":"a5deb064-3e77-4235-b88f-c8ff7210bb72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"body":{"mode":"formdata","formdata":[{"key":"short","value":"TD","type":"text"},{"key":"long","value":"Test Datacenter","type":"text"}]},"url":"{{endpoint}}locations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"host":["{{endpoint}}locations"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5deb064-3e77-4235-b88f-c8ff7210bb72"},{"name":"Edit location","id":"758277a2-9b76-4dd3-8f0c-c93bbb15e2f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"short","type":"text","value":"TD"},{"key":"long","type":"text","value":"Test Datacenter"}]},"url":"{{endpoint}}locations/<LOCATION_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<LOCATION_ID>"],"host":["{{endpoint}}locations"],"query":[],"variable":[]}},"response":[],"_postman_id":"758277a2-9b76-4dd3-8f0c-c93bbb15e2f6"},{"name":"Delete location","id":"1c56c84f-3863-47bd-9e19-ca86af36f872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{endpoint}}locations/<LOCATION_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<LOCATION_ID>"],"host":["{{endpoint}}locations"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c56c84f-3863-47bd-9e19-ca86af36f872"}],"id":"3963d732-e51b-4837-a9e9-c45d46dd6ab5","_postman_id":"3963d732-e51b-4837-a9e9-c45d46dd6ab5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}}},{"name":"Servers","item":[{"name":"Get all servers","id":"9c8676c0-1030-4b81-a4b6-b08c06751620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"url":"{{endpoint}}servers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"host":["{{endpoint}}servers"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8676c0-1030-4b81-a4b6-b08c06751620"},{"name":"Get server information","id":"be5f4eba-d08c-4dbb-9ba1-e4e61c6c80dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"Application/vnd.pterodactyl.v1+json","type":"text"}],"url":"{{endpoint}}servers/<SERVER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<SERVER_ID>"],"host":["{{endpoint}}servers"],"query":[],"variable":[]}},"response":[],"_postman_id":"be5f4eba-d08c-4dbb-9ba1-e4e61c6c80dc"},{"name":"Get server by external ID","id":"b8ae2ae1-81e4-425a-82aa-7ab80df0a80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"url":"{{endpoint}}servers/external/<SERVER_ID>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["external","<SERVER_ID>"],"host":["{{endpoint}}servers"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8ae2ae1-81e4-425a-82aa-7ab80df0a80e"},{"name":"Update server details","id":"007b9b9a-f080-4654-8b75-f9cfa057aa35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"Application/vnd.pterodactyl.v1+json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"SS Test1\",\n    \"user\": \"1\"\n}"},"url":"{{endpoint}}servers/<SERVER_ID>/details","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}},"urlObject":{"path":["<SERVER_ID>","details"],"host":["{{endpoint}}servers"],"query":[],"variable":[]}},"response":[],"_postman_id":"007b9b9a-f080-4654-8b75-f9cfa057aa35"}],"id":"57288a0e-ae70-4c65-a38b-f78202d4bade","_postman_id":"57288a0e-ae70-4c65-a38b-f78202d4bade","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]},"isInherited":true,"source":{"_postman_id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","id":"75243dcc-ec8d-49cb-a96b-1e2fbf22193a","name":"Game Panel Admin","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apikey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"7437eccf-c978-4de4-a011-394a04d45ef7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6d123700-dcfb-460c-8ac8-97e72c7099f6","type":"text/javascript","exec":[""]}}]}