{"info":{"_postman_id":"c8a99e5e-948d-482f-b0d4-d10d877385a6","name":"Wade X API","description":"<html><head></head><body><p>Start Local client API works with the <strong>running application only</strong></p>\n<p>Server port is set in app <strong>Preferences</strong><br>(Open Wade X App -&gt; Preferences -&gt; Api port)</p>\n<img src=\"https://content.pstmn.io/e11a8640-9594-498e-ad26-325ae50f8033/aW1hZ2UucG5n\" width=\"376\" height=\"79\">\n\n<p>Without set port server will <strong>not work</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"43380272","collectionId":"c8a99e5e-948d-482f-b0d4-d10d877385a6","publishedId":"2sAYkHqJn2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-24T13:26:57.000Z"},"item":[{"name":"Auth","item":[{"name":"Sign In","id":"5e57c749-9d15-46a1-bd80-3c0c51e8a16a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"best_email@gmail.com\",\n    \"password\": \"best_password\",\n    \"autologin\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/auth/signin","description":"<p>Sing in account</p>\n<p><code>\"email\"</code> - user email (required)</p>\n<p><code>\"password\"</code> - user password (required)</p>\n<p><code>\"autologin\"</code> - boolean value to enable autologin or not (default value false)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["auth","signin"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1dd5edba-2235-4079-8c47-3c6f44ce75e7","name":"Sign In","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"best_email@gmail.com\",\n    \"password\": \"best_password\",\n    \"autologin\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/auth/signin"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"36"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:24:45 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"Signed in successfully\"}"}],"_postman_id":"5e57c749-9d15-46a1-bd80-3c0c51e8a16a"},{"name":"Sign out","id":"5e8c2bed-9261-4b16-bfe3-e8f4f4f80afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/signout","description":"<p>Sign out account</p>\n","urlObject":{"protocol":"http","port":"40080","path":["auth","signout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b3ed66ef-30ab-4f6d-a3d2-57b26ada6b52","name":"Sign out","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/signout"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 24 Apr 2024 12:26:18 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e8c2bed-9261-4b16-bfe3-e8f4f4f80afe"},{"name":"Application Close","id":"07cba775-f5bb-498e-a40b-f71a69c0bdef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/close","description":"<p>Close application</p>\n","urlObject":{"protocol":"http","port":"40080","path":["auth","close"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"eb6c56bd-bd0e-4765-a973-de1fcfe39407","name":"Application Close","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/auth/close"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 01 May 2024 09:10:03 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07cba775-f5bb-498e-a40b-f71a69c0bdef"}],"id":"2b7db71a-8780-4e95-8aeb-ece931895db6","_postman_id":"2b7db71a-8780-4e95-8aeb-ece931895db6","description":""},{"name":"Profiles","item":[{"name":"Get Profiles","id":"63c09ea0-4120-4224-8b35-09b7cd58b275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"stopped\",\n    \"proxy_info\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions","description":"<p>Get profiles on active desktop</p>\n<p><code>\"proxy_info\"</code> - filter to display profile connection type (optional, default value false)</p>\n<p><code>\"status\"</code> - filter for profiles by status (optional)</p>\n<p>profile status values: [\"running\", \"stopped\", \"imported\", \"warmup\", \"automationRunning\"]</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"706f182f-4cb0-40e8-a430-7433e0088adb","name":"Get Profiles","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/sessions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"377"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"??, 18 ???? 2024 16:01:16 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"facebook\",\"proxy\":{\"protocol\":\"tor\"},\"status\":\"stopped\",\"uuid\":\"d14f6bf6-a077-4652-8074-cd12525492ee\"},{\"name\":\"gmail\",\"proxy\":{\"ip\":\"166.88.169.93\",\"port\":\"6700\",\"protocol\":\"socks5\"},\"status\":\"stopped\",\"uuid\":\"e36f9e5f-72f8-400e-886b-e538bb8f5e36\"}]"}],"_postman_id":"63c09ea0-4120-4224-8b35-09b7cd58b275"},{"name":"Profile information","id":"d876cef6-5862-47f1-a9a9-e68df2f20b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/sessions/:uuid","description":"<p>Get profile information</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions",":uuid"],"host":["127","0","0","1"],"query":[],"variable":[{"type":"any","value":"e92a1595-ab74-43e2-948f-cc76c4cc1158","key":"uuid"}]}},"response":[{"id":"c1a91b66-32ac-40ce-972f-52e28575ac47","name":"Profile information","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:40080/sessions/:uuid","protocol":"http","host":["127","0","0","1"],"port":"40080","path":["sessions",":uuid"],"variable":[{"key":"uuid","value":"e92a1595-ab74-43e2-948f-cc76c4cc1158","description":"profile uuid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"573"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Mon, 05 Aug 2024 12:44:37 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"device\":{\"browser_version\":\"126.0.6478.62\",\"cpu\":\"4\",\"mode\":\"common\",\"noises\":{\"audio\":\"direct\",\"canvas\":\"fake\",\"clientRects\":\"direct\",\"doNotTrack\":\"direct\",\"webgl\":\"fake\",\"webglNoise\":\"fake\",\"webgpu\":\"fake\"},\"os\":\"windows\",\"os_version\":\"11\",\"ram\":\"8\",\"screen\":\"1024x768\",\"type\":\"desktop\",\"webgl\":\"Intel, HD Graphics 4000\"},\"name\":\"Default provider 8\",\"proxy\":{\"geolocation\":\"NL (The Netherlands)\",\"language\":\"nl\",\"publicIp\":\"23.109.225.77\",\"timezone\":\"Europe/Amsterdam: +0200\"},\"webrtc\":{\"state\":true,\"value\":\"fake\"}}"}],"_postman_id":"d876cef6-5862-47f1-a9a9-e68df2f20b8c"},{"name":"Create Quick Profile","id":"f1a3e47e-6b8e-4696-8b93-bdba435e3207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"count\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/create_quick","description":"<p>Create quick profiles on active desktop</p>\n<p><code>\"count\"</code> - number of profiles to create (optional, default value 1)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","create_quick"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"be66bd4f-b3dc-4ffe-af1c-56fdfa0ae424","name":"Create Quick Profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"count\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/create_quick"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"229"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:40:28 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Default preset 4\",\n        \"uuid\": \"19bb5764-98a3-4ee1-bff8-5306e434493d\"\n    },\n    {\n        \"name\": \"Default preset 5\",\n        \"uuid\": \"e210a2b1-7590-4119-a378-9fdcc9f5ad22\"\n    },\n    {\n        \"name\": \"Default preset 6\",\n        \"uuid\": \"441b073d-dcff-4764-b197-e95d7aba6e84\"\n    }\n]"}],"_postman_id":"f1a3e47e-6b8e-4696-8b93-bdba435e3207"},{"name":"Start Profile","id":"17917300-7c3b-4234-83ed-5850d0c9f962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"9a1ecddc-f240-4556-a7a3-aebbf640f9ac\",\n    \"headless\": false,\n    \"debug_port\": 8867,\n    \"disable_images\": false,\n    \"chromium_args\": \"--blink-settings=imagesEnabled=false\",\n    \"referrer_values\": [{\"url\":\"https://www.facebook.com\", \"replace\":\"https://www.google.com\"}]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start","description":"<p>Start profile</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n<p><code>\"headless\"</code> - boolean value of window mode (optional, default value false)</p>\n<p><code>\"debug_port\"</code> - integer value of port to debug (optional)</p>\n<p><code>\"disable_images\"</code> - boolean value of disable images (optional)</p>\n<p><code>\"chromium_args\"</code> - string argument list (optional)</p>\n<p><code>\"referrer_values\"</code> - array of objects (optional)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","start"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"670392a8-56be-462b-9240-314c32199676","name":"Start Profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\",\n    \"headless\": false,\n    \"debug_port\": 12345\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"66"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:40:55 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"debug_port\": 12345,\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}"}],"_postman_id":"17917300-7c3b-4234-83ed-5850d0c9f962"},{"name":"Set Profile Name","id":"3b3dbccd-28e4-4c44-a3cd-39e7135bf6ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"580479c6-11fd-4efd-9624-451eee616bb6\",\n    \"name\": \"new profile name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/set_name","description":"<p>Set name of profile</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n<p><code>\"name\"</code> - new profile name (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","set_name"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e7da4a21-bde1-413c-8d14-ae7e8b9950ad","name":"Set Profile Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"580479c6-11fd-4efd-9624-451eee616bb6\",\n    \"name\": \"new profile name\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/set_name"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 11 Apr 2024 09:38:19 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b3dbccd-28e4-4c44-a3cd-39e7135bf6ed"},{"name":"Set Connection","id":"d514c627-0790-4bd7-b95a-1f6f16aa4762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"da3a1bd7-8d6d-4fd6-bf26-35caba867479\",\n    \"type\": \"socks5\",\n    \"ip\": \"184.174.126.36\",\n    \"port\": 6328,\n    \"login\": \"klcavmnn\",\n    \"password\": \"zxu5oz7nvgw0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/connection","description":"<p>Set connection of profile</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n<p><code>\"type\"</code> - connection type (required)</p>\n<p>possible types are: \"notSet\", \"socks5\", \"http\", \"ssh\", \"liveSocks5\", \"liveHttp\", \"direct\", \"tor\", \"localhost\".</p>\n<p><code>\"ip\"</code> - connection ip (optional)</p>\n<p><code>\"port\"</code> - connection port (optional)</p>\n<p><code>\"login\"</code> - login (optional)</p>\n<p><code>\"password\"</code> - password (optional)</p>\n<p>Note: Connection will be changed on profile relaunch</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","connection"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"14e6f31d-f048-4335-8f93-a0db214b24bf","name":"Set Profile Connection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"19bb5764-98a3-4ee1-bff8-5306e434493d\",\n    \"type\": \"socks5\",\n    \"ip\": \"184.174.126.36\",\n    \"port\": 6328,\n    \"login\": \"klcavmnn\",\n    \"password\": \"zxu5oz7nvgw0\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/connection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Fri, 19 Jan 2024 14:00:24 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"19bb5764-98a3-4ee1-bff8-5306e434493d\"}"}],"_postman_id":"d514c627-0790-4bd7-b95a-1f6f16aa4762"},{"name":"Check Connection","id":"0dc3b515-bfbf-43f9-bf32-e31759880b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"09d0bd07-fdf8-4989-8075-dc7a31e50099\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/check_proxy","description":"<p>Check profile connection</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","check_proxy"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"c777d9aa-6a20-494f-8a80-ee16ee82d140","name":"Check Connection","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"09d0bd07-fdf8-4989-8075-dc7a31e50099\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/check_proxy"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"66"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"??, 04 ???? 2024 14:13:24 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"result\":\"Success\",\"uuid\":\"09d0bd07-fdf8-4989-8075-dc7a31e50099\"}"}],"_postman_id":"0dc3b515-bfbf-43f9-bf32-e31759880b36"},{"name":"Set Geo","id":"f6e2a217-2ef5-45e3-9774-05337a8f087c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"910bd99a-f460-4a72-9195-a22c2397683a\",\n    \"timezone\": \"Europe/Jersey\",\n    \"language\": \"de,en-US;q=0.9\",\n    \"latitude\": 80.5,\n    \"longitude\": 18\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/geo","description":"<p>Set profile geo</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n<p><code>\"timezone\"</code> - timezone (optional)</p>\n<p><code>\"language\"</code> - languages (optional)</p>\n<p><code>\"latitude\"</code> - latitude (optional)</p>\n<p><code>\"longitude\"</code> - longitude (optional)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","geo"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"203e8450-dca4-48d5-8876-2b7fc0deb724","name":"Set Geo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"910bd99a-f460-4a72-9195-a22c2397683a\",\n    \"timezone\": \"Europe/Jersey\",\n    \"language\": \"de,en-US;q=0.9\",\n    \"latitude\": 80.5,\n    \"longitude\": 18\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/geo"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.1.0"},{"key":"Date","value":"Fri, 17 May 2024 11:28:01 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6e2a217-2ef5-45e3-9774-05337a8f087c"},{"name":"Import Cookies","id":"d5d4913b-1f5f-4ca8-885e-d6630a787562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"99c4508e-820f-4733-b1b8-632c978879b6\",\n    \"file_path\": \"/Users/usr/Desktop/cook.txt\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/import_cookies","description":"<p>Import cookies in profile</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n<p><code>\"file_path\"</code> or <code>\"json\"</code> - path to file with cookies or raw cookies (required one of them)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","import_cookies"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"739753c4-b2d1-401a-8121-0a86caf8944a","name":"Import Cookies(file)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"99c4508e-820f-4733-b1b8-632c978879b6\",\n    \"file_path\": \"/Users/usr/Desktop/cook.txt\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/import_cookies"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 23 Jan 2024 15:49:11 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"99c4508e-820f-4733-b1b8-632c978879b6\"}"},{"id":"cb878a7c-1598-448a-8297-65bdbb282c21","name":"Import Cookies(raw)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"5661e1d5-87dd-4521-97b5-a6d302295edf\",\n    \"json\": [{\"url\":\"https://accounts.google.com/\",\"domain\":\"accounts.google.com\",\"name\":\"ACCOUNT_CHOOSER\",\"value\":\"AFx_qI6YfA7DTQcIj_jJbeQx0h-qjnt25RoxOdtTp-LlKsmZxdBnOHmrAqt_XDS-IueJwBNhuInRNSYS63TgE8Chh-oakHbDW9wDYu7guvq0DREXou9bbrQW-_dAU_gyGNL2_m_Pl_VA89Y4gO52yXf2v5VNh_Qq9g\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1726000323.347119},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"OSID\",\"value\":\"ZgghQT3fcLfZAmaCHHJ2_2HxAR0RYb3SSQv80Pb7SalfoaKWfjzVdPjQtpwrJbfVPSqueA.\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1726000323.4294238},{\"url\":\"https://accounts.google.com/\",\"domain\":\"accounts.google.com\",\"name\":\"OTZ\",\"value\":\"7152272_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694032319},{\"url\":\"https://contacts.google.com/\",\"domain\":\"contacts.google.com\",\"name\":\"OTZ\",\"value\":\"7152272_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694032328},{\"url\":\"https://ogs.google.com/\",\"domain\":\"ogs.google.com\",\"name\":\"OTZ\",\"value\":\"7152272_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694032330},{\"url\":\"http://google.com/\",\"domain\":\".google.com\",\"name\":\"SEARCH_SAMESITE\",\"value\":\"CgQI-JgB\",\"hostOnly\":false,\"path\":\"/\",\"secure\":false,\"sameSite\":\"strict\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1706992325.8228984},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Host-GMAIL_SCH_GML\",\"value\":\"1\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"lax\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1694032323.9325058},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Host-GMAIL_SCH_GMN\",\"value\":\"1\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1694032323.9324472},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Host-GMAIL_SCH_GMS\",\"value\":\"1\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"strict\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1694032323.9324923},{\"url\":\"https://mail.google.com/\",\"domain\":\"mail.google.com\",\"name\":\"__Secure-OSID\",\"value\":\"ZgghQT3fcLfZAmaCHHJ2_2HxAR0RYb3SSQv80Pb7SalfoaKWMq1hTuZ0NJmfIAgCeIS4hQ.\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1726000323.4294806},{\"url\":\"https://myaccount.google.com/\",\"domain\":\"myaccount.google.com\",\"name\":\"OTZ\",\"value\":\"7158701_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694418082},{\"url\":\"https://www.google.com/\",\"domain\":\"www.google.com\",\"name\":\"OTZ\",\"value\":\"7158701_44_48_123900_44_436380\",\"hostOnly\":true,\"path\":\"/\",\"secure\":true,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1694418088},{\"url\":\"https://google.com.ua/\",\"domain\":\".google.com.ua\",\"name\":\"NID\",\"value\":\"511=oVdC0B3tWVxPtOQaK44vyfik2VhaI3Kg5wC8-OiovjTgq_UWCdtclEZWokTnZRPyY-HuAHwoxO7mlcchWAhCLr4K3pCKDeG0jKKw3ZsjBIpgruvt8Qi695IP0hJgC7tHesrzpUEqDTfFl1v_hKrnaR-kO4XSQtarBMAKxECubCGqFV3HwMTm8abyIJm7VUvqhvwbLBHAJw\",\"hostOnly\":false,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":true,\"session\":false,\"expirationDate\":1707251524.9681737},{\"url\":\"https://wasd.tv/\",\"domain\":\".wasd.tv\",\"name\":\"_ym_d\",\"value\":\"1692106495\",\"hostOnly\":false,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1723642495},{\"url\":\"https://wasd.tv/\",\"domain\":\".wasd.tv\",\"name\":\"_ym_uid\",\"value\":\"1692106495600987871\",\"hostOnly\":false,\"path\":\"/\",\"secure\":true,\"sameSite\":\"no_restriction\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1723642495},{\"url\":\"http://mc.yandex.ru/\",\"domain\":\"mc.yandex.ru\",\"name\":\"bh\",\"value\":\"EkEiR29vZ2xlIENocm9tZSI7dj0iMTEzIiwgIkNocm9taXVtIjt2PSIxMTMiLCAiTm90LUEuQnJhbmQiO3Y9IjI0IioCPzA6CSJXaW5kb3dzIg==\",\"hostOnly\":true,\"path\":\"/\",\"secure\":false,\"sameSite\":\"unspecified\",\"httpOnly\":false,\"session\":false,\"expirationDate\":1723642494.9314551}]\n}\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/import_cookies"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"5661e1d5-87dd-4521-97b5-a6d302295edf\"}"}],"_postman_id":"d5d4913b-1f5f-4ca8-885e-d6630a787562"},{"name":"Export Cookies","id":"16b5ce11-0107-435b-a038-774ed7861885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuids\": [\"99c4508e-820f-4733-b1b8-632c978879b6\"],\r\n    \"folder_path\": \"/Users/usr/Desktop/\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/export_cookies","description":"<p>Export profile cookie in folder</p>\n<p><code>\"uuid\"</code> - array of uuids (required)</p>\n<p><code>\"folder_path\"</code> - path to folder for exporting cookies (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","export_cookies"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"1dc6d12f-a449-4a4e-a182-ff2d3ef0c015","name":"Export Cookies","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuids\": [\"99c4508e-820f-4733-b1b8-632c978879b6\"],\r\n    \"folder_path\": \"/Users/usr/Desktop/\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/export_cookies"},"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"319","description":"An entity header indicating the size of the entity-body, in bytes."},{"key":"Server","value":"Crow/1.0","description":"Contains information about how the server handles requests."},{"key":"Date","value":"Thu, 19 Dec 2024 16:10:05 GMT","description":"A general header containing the date and time the message was sent."},{"key":"Connection","value":"Keep-Alive","description":""}],"cookie":[],"responseTime":null,"body":"[{\"cookie_path\":\"/Users/usr/Desktop/Desktop preset 1_19-12-2024 (2).txt\",\"uuid\":\"99c4508e-820f-4733-b1b8-632c978879b6\"}]"}],"_postman_id":"16b5ce11-0107-435b-a038-774ed7861885"},{"name":"Start Warmup","id":"62781e7c-a00b-44a7-afae-e192ddb0597b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"baad2961-c54c-4f57-9f0f-914aee75ad30\",\n    \"url_count\": 1,\n    \"time_per_url\": 3,\n    \"urls\": [\"https://google.com/\", \"https://www.youtube.com/\", \"https://en.wikipedia.org/\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start_warmup","description":"<p>Start profile warm up</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n<p><code>\"url_count\"</code> - integer number of urls from default list (this option works if custom urls not specified) (optional)</p>\n<p><code>\"time_per_url\"</code> - integer value in seconds for time staying on url (optional, default value 3)</p>\n<p><code>\"view_depth\"</code> - integer value of depth (optional, default value 3)</p>\n<p><code>\"urls\"</code> - array of custom urls to warmup (optional)</p>\n<p>Note: <code>\"url_count\"</code> used only if <code>\"urls\"</code> not specified</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","start_warmup"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"7ce85eb7-312e-4e0a-9cc7-d646609b51c4","name":"Start Warmup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"baad2961-c54c-4f57-9f0f-914aee75ad30\",\n    \"url_count\": 1,\n    \"time_per_url\": 3,\n    \"urls\": [\"https://google.com/\", \"https://www.youtube.com/\", \"https://en.wikipedia.org/\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/start_warmup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:37:49 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"baad2961-c54c-4f57-9f0f-914aee75ad30\"}"}],"_postman_id":"62781e7c-a00b-44a7-afae-e192ddb0597b"},{"name":"Stop Profile","id":"7e1c0b07-077b-4ef3-87a2-2cbbab905867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/stop","description":"<p>Stop profile</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","stop"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"2ba63542-98e2-45a3-8ca9-4f695ee5182b","name":"Stop Profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/stop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:41:32 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\n}"}],"_postman_id":"7e1c0b07-077b-4ef3-87a2-2cbbab905867"},{"name":"Force Stop Profile","id":"6f860d49-f6ee-42bb-878c-910f66de8023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"3d82892d-6426-45fd-a42a-a217975a711a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/force_stop","description":"<p>Force stop profile</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions","force_stop"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"29eeec61-8b3e-47df-a423-88bd980cb04f","name":"Force Stop Profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\": \"f5c6e095-bc25-498d-a2d8-3370cdc96f47\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/force_stop"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"??, 27 ???? 2024 10:36:25 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"f5c6e095-bc25-498d-a2d8-3370cdc96f47\"}"}],"_postman_id":"6f860d49-f6ee-42bb-878c-910f66de8023"},{"name":"Delete Profile","id":"34b22482-f612-44e3-9f62-c1e6d3ae3bc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\":\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions","description":"<p>Delete profile</p>\n<p><code>\"uuid\"</code> - profile uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["sessions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"45b9d95d-4c59-42da-8761-8538deef51a3","name":"Delete Profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\":\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/delete"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 30 Jan 2024 12:18:54 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\"}"},{"id":"5cb432b4-7e3e-483f-99b2-ddb32937c82d","name":"Delete Profiles","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuids\":[\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\", \"45af63da-51bd-4f0b-b342-57c475b73659\"]\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/sessions/delete"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"90"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 30 Jan 2024 12:18:54 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuids\":[\"cf7ac740-b6b6-4186-bdd0-8893ed9e54dd\", \"45af63da-51bd-4f0b-b342-57c475b73659\"]}"}],"_postman_id":"34b22482-f612-44e3-9f62-c1e6d3ae3bc3"}],"id":"2972aea5-53c2-4bfe-928f-bde34ce6c9c8","_postman_id":"2972aea5-53c2-4bfe-928f-bde34ce6c9c8","description":""},{"name":"Presets","item":[{"name":"Get Presets","id":"a82f5ef0-88ba-4cdd-86d0-535fa17a7c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/providers","description":"<p>Get presets on active desktop</p>\n","urlObject":{"protocol":"http","port":"40080","path":["providers"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"e1b79560-f0f0-44b2-9a2f-b7ccb42a72e9","name":"Get Presets","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"210"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:45:57 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"local\",\n        \"uuid\": \"0cd5855c-fe3f-490c-9a1c-748aa28e7e93\"\n    },\n    {\n        \"name\": \"proxy preset\",\n        \"uuid\": \"231b69b3-95ec-4a1b-a80a-750ac7ee6f00\"\n    },\n    {\n        \"name\": \"Default preset\",\n        \"uuid\": \"76660e43-50ed-4223-99a1-4b509f14ee54\"\n    }\n]"}],"_postman_id":"a82f5ef0-88ba-4cdd-86d0-535fa17a7c65"},{"name":"Set Active Preset","id":"2a4900a9-33bc-4676-b6a7-ff6f3f63acbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"76660e43-50ed-4223-99a1-4b509f14ee54\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers","description":"<p>Set active preset on active desktop</p>\n<p><code>\"uuid\"</code> - preset uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["providers"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"50fa0f37-5db2-4f65-91d0-f6e7ad2d14b2","name":"Set Active Preset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"231b69b3-95ec-4a1b-a80a-750ac7ee6f00\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 18 Jan 2024 13:46:59 GMT"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"231b69b3-95ec-4a1b-a80a-750ac7ee6f00\"\n}"}],"_postman_id":"2a4900a9-33bc-4676-b6a7-ff6f3f63acbe"},{"name":"Delete Preset","id":"def2a62f-bf03-468d-9a47-3edfdad415df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"7480d0f5-f91e-496e-baa2-5203d35782a4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers","urlObject":{"protocol":"http","port":"40080","path":["providers"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"07a5fe64-483a-47a4-bc56-1c0642d51eb4","name":"Delete Preset","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"febebde0-8165-4261-8aa9-b48e9222114a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/providers"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Thu, 11 Apr 2024 16:05:07 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"def2a62f-bf03-468d-9a47-3edfdad415df"}],"id":"fc6de08b-dbd7-46bb-af04-5041bc0566c7","_postman_id":"fc6de08b-dbd7-46bb-af04-5041bc0566c7","description":""},{"name":"Desktops","item":[{"name":"Get Desktops","id":"ac9a5bee-1fb5-493f-9396-d1464ac0c484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/desktops","description":"<p>Get all desktops</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"44260c11-8e5f-469e-bdae-af90c345e5da","name":"Get Desktops","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"189"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:31:27 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"test\",\"uuid\":\"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"},{\"name\":\"Desktop\",\"uuid\":\"ad4d2638-e791-4d00-8970-707f9857ecfc\"},{\"name\":\"imp\",\"uuid\":\"fa774ecc-4f0c-4db7-84cd-5a7ae13e4307\"}]"}],"_postman_id":"ac9a5bee-1fb5-493f-9396-d1464ac0c484"},{"name":"Create Desktop","id":"2bd4a091-8725-42d3-86ac-ade4100e6f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Desktop\",\n    \"team_uuid\": \"f6a29031-0322-4833-bb41-f908de8844fe\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops","description":"<p><code>\"name\"</code> - new desktop name (required)</p>\n<p><code>\"team_uuid\"</code> - desktop team uuid</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"5f4bbc41-6492-416c-bccd-c4999649ea71","name":"Create Desktop","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Desktop\",\n    \"team_uuid\": \"f6a29031-0322-4833-bb41-f908de8844fe\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Mon, 29 Apr 2024 09:49:50 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2bd4a091-8725-42d3-86ac-ade4100e6f75"},{"name":"Set Active Desktop","id":"47843acc-87e0-4eed-afd2-e7ad75cb13da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops","description":"<p><code>\"uuid\"</code> - desktop uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"87b6a23e-de99-475d-9d80-b42dfcee8bc6","name":"Set Active Desktop","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"47"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Wed, 28 Feb 2024 10:34:44 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\"uuid\":\"3465cf0f-7dd3-4e1f-b842-e415f3f573bf\"}"}],"_postman_id":"47843acc-87e0-4eed-afd2-e7ad75cb13da"},{"name":"Unlock blocked profiles","id":"77ac4b46-801f-44d5-97f6-e3ec2c26711f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/desktops/unlock_stopped_sessions","description":"<p>Unlock blocked profiles</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops","unlock_stopped_sessions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"964ef4ed-4c08-40a3-a7d3-c0cf8de03df1","name":"Unlock blocked profiles","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/desktops/unlock_stopped_sessions"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"8577"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Fri, 27 Sep 2024 10:04:08 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"isLocked\":\"false\",\"uuid\":\"01b7748e-9f75-4949-ab4a-5131444c776f\"},{\"isLocked\":\"false\",\"uuid\":\"037c9232-85d9-4f1f-8306-0d821a590687\"},{\"isLocked\":\"false\",\"uuid\":\"04bbd993-1e6b-4791-989e-f4ccbd39a291\"}]"}],"_postman_id":"77ac4b46-801f-44d5-97f6-e3ec2c26711f"},{"name":"Delete Desktop","id":"b2326f82-ff13-4fbf-8cc1-ad35c56c1a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"42eacb4f-8080-4dca-9904-3066a59101b7\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops","description":"<p>Delete desktop</p>\n<p><code>\"uuid\"</code> - desktop uuid (required)</p>\n","urlObject":{"protocol":"http","port":"40080","path":["desktops"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"3f5cd01e-c91a-4f88-af3d-a72a75da9c72","name":"Delete Desktop","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"42eacb4f-8080-4dca-9904-3066a59101b7\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/desktops"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Fri, 26 Apr 2024 14:18:36 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2326f82-ff13-4fbf-8cc1-ad35c56c1a88"}],"id":"208884a3-bb10-4303-82b7-7c017506c4df","_postman_id":"208884a3-bb10-4303-82b7-7c017506c4df","description":""},{"name":"Teams","item":[{"name":"Get Teams","id":"ee3df180-7726-47d0-9b7d-cccda0b158ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"team_name\": \"team\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/teams","description":"<p>Get all teams</p>\n","urlObject":{"protocol":"http","port":"40080","path":["teams"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f6d12f7a-fcab-42df-b56a-eaa345402743","name":"Get Teams","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:40080/teams"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"63"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 07 May 2024 13:49:22 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"team\",\"uuid\":\"f6a29031-0322-4833-bb41-f908de8844fe\"}]"}],"_postman_id":"ee3df180-7726-47d0-9b7d-cccda0b158ab"}],"id":"5deef731-58f5-409d-ad3f-e30e1efff973","_postman_id":"5deef731-58f5-409d-ad3f-e30e1efff973","description":""},{"name":"App","item":[{"name":"Optimize Storage","id":"32a0a492-bd2c-4d3a-8102-cf7336e96fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:40080/app/optimize_storage","description":"<p>Optimize storage</p>\n","urlObject":{"protocol":"http","port":"40080","path":["app","optimize_storage"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"cd1a6421-f522-4060-9d15-d7914da6a2c7","name":"Optimize Storage","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:40080/app/optimize_storage"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.0"},{"key":"Date","value":"Tue, 07 May 2024 15:22:17 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32a0a492-bd2c-4d3a-8102-cf7336e96fd2"},{"name":"API Threads Count","id":"dd234237-c7f3-417c-be20-8cc933607677","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://127.0.0.1:40080/app/api_threads_count/:count","description":"<p>Get API threads count</p>\n","urlObject":{"protocol":"http","port":"40080","path":["app","api_threads_count",":count"],"host":["127","0","0","1"],"query":[],"variable":[{"id":"ad7182a3-8c01-4038-98e0-9dd669a86399","description":{"content":"<p>API Threads Count\n2 &lt;= count &lt;= hardware_concurrency</p>\n","type":"text/plain"},"type":"any","value":"7","key":"count"}]}},"response":[{"id":"71739e73-931c-4314-b6b3-98b963a09f5c","name":"API Threads Count","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"http://127.0.0.1:40080/app/api_threads_count/:count","protocol":"http","host":["127","0","0","1"],"port":"40080","path":["app","api_threads_count",":count"],"variable":[{"key":"count","value":"7","description":"API Threads Count\n2 <= count <= number_of_cores"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Crow/1.1.0"},{"key":"Date","value":"Wed, 08 May 2024 14:22:08 GMT"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd234237-c7f3-417c-be20-8cc933607677"}],"id":"38bb5054-267c-46bd-896b-9e85aa166bdd","_postman_id":"38bb5054-267c-46bd-896b-9e85aa166bdd","description":""}],"variable":[{"key":"count","value":":count"}]}