{"info":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","description":"<html><head></head><body><p>The Localtonet API (Application Programming Interface) allows developers to integrate and interact with the Localtonet platform programmatically. Localtonet offers a range of services aimed at facilitating local business interactions, enhancing user experiences, and streamlining location-based processes. By leveraging the Localtonet API, developers can seamlessly incorporate the platform's features into their applications, websites, or services.</p>\n<p>Email: <a href=\"https://mailto:support@localtonet.com\">support@localtonet.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"17350314","collectionId":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","publishedId":"2s9Y5YShx5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-01T11:58:53.000Z"},"item":[{"name":"GetAvailableServers","item":[{"name":"Get Available Servers","id":"d58409a6-e71a-4e17-98c1-2b2b162b5889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetAvailableServers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetAvailableServers"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"c636fff9-de81-4fb7-8c5a-1d954a61db10","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://localtonet.com/api/GetAvailableServers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": [\n    {\n      \"serverCode\": \"<string>\",\n      \"serverName\": \"<string>\",\n      \"serverDomain\": \"<string>\"\n    },\n    {\n      \"serverCode\": \"<string>\",\n      \"serverName\": \"<string>\",\n      \"serverDomain\": \"<string>\"\n    }\n  ]\n}"},{"id":"e36f2f44-87ef-43bb-91a4-5e498544a8c8","name":"Get Available Servers","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetAvailableServers"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d58409a6-e71a-4e17-98c1-2b2b162b5889"}],"id":"09325dd2-597e-47ac-8f99-d07b93026bc6","description":"<p>Returns the active server information for the server information you have to select while creating your tunnels.</p>\n","_postman_id":"09325dd2-597e-47ac-8f99-d07b93026bc6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetAuthTokens","item":[{"name":"Get All Auth Tokens","id":"f529c159-6b58-46c4-a755-d991d0412bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetAuthTokens","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetAuthTokens"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"cc6b3af6-2589-421b-8afd-ea12e979b42a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://localtonet.com/api/GetAuthTokens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": [\n    {\n      \"token\": \"<string>\"\n    },\n    {\n      \"token\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"f529c159-6b58-46c4-a755-d991d0412bfc"}],"id":"07ad8de3-a481-4306-a433-ac019c4f9209","description":"<p>Returns all your AuthToken values registered to Localtonet.</p>\n","_postman_id":"07ad8de3-a481-4306-a433-ac019c4f9209","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetTunnels","item":[{"name":"Get All Tunnels","id":"7b5da9fb-a1e6-4b7c-bdcb-dbf181069630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetTunnels","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetTunnels"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"24deba44-0306-41cd-92b6-812fa575213e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://localtonet.com/api/GetTunnels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": [\n    {\n      \"id\": \"<long>\",\n      \"authToken\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isOnlyHttps\": \"<boolean>\",\n      \"serverDomain\": \"<string>\",\n      \"serverIp\": \"<string>\",\n      \"serverPort\": \"<integer>\",\n      \"isReserved\": \"<boolean>\",\n      \"clientIp\": \"<string>\",\n      \"clientPort\": \"<integer>\",\n      \"protocolType\": \"<string>\",\n      \"title\": \"<string>\",\n      \"status\": null,\n      \"ipRestrictions\": [\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        }\n      ],\n      \"authenticationUsername\": \"<string>\",\n      \"authenticationPassword\": \"<string>\"\n    },\n    {\n      \"id\": \"<long>\",\n      \"authToken\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isOnlyHttps\": \"<boolean>\",\n      \"serverDomain\": \"<string>\",\n      \"serverIp\": \"<string>\",\n      \"serverPort\": \"<integer>\",\n      \"isReserved\": \"<boolean>\",\n      \"clientIp\": \"<string>\",\n      \"clientPort\": \"<integer>\",\n      \"protocolType\": \"<string>\",\n      \"title\": \"<string>\",\n      \"status\": null,\n      \"ipRestrictions\": [\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        }\n      ],\n      \"authenticationUsername\": \"<string>\",\n      \"authenticationPassword\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"7b5da9fb-a1e6-4b7c-bdcb-dbf181069630"}],"id":"7e9a91d1-417b-4944-9698-bfa8c137e525","description":"<p>Returns all your tunnels and tunnel information registered to Localtonet.</p>\n","_postman_id":"7e9a91d1-417b-4944-9698-bfa8c137e525","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetTunnelsByAuthToken","item":[{"name":"{authtoken}","item":[{"name":"Get Tunnels By Auth Token","id":"2f7a4c9b-5c50-49cf-b190-1611bbf8b342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetTunnelsByAuthToken/:authtoken","description":"<p>The AuthToken parameter is required. Retrieves all tunnels created with this AuthToken value.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetTunnelsByAuthToken",":authtoken"],"host":["https://localtonet.com"],"query":[],"variable":[{"type":"any","value":"","key":"authtoken"}]}},"response":[{"id":"1091e2f4-94f7-4c06-9195-593c82f17a80","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetTunnelsByAuthToken/:authtoken","host":["https://localtonet.com"],"path":["api","GetTunnelsByAuthToken",":authtoken"],"variable":[{"key":"authtoken"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": [\n    {\n      \"id\": \"<long>\",\n      \"authToken\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isOnlyHttps\": \"<boolean>\",\n      \"serverDomain\": \"<string>\",\n      \"serverIp\": \"<string>\",\n      \"serverPort\": \"<integer>\",\n      \"isReserved\": \"<boolean>\",\n      \"clientIp\": \"<string>\",\n      \"clientPort\": \"<integer>\",\n      \"protocolType\": \"<string>\",\n      \"title\": \"<string>\",\n      \"status\": null,\n      \"ipRestrictions\": [\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        }\n      ],\n      \"authenticationUsername\": \"<string>\",\n      \"authenticationPassword\": \"<string>\"\n    },\n    {\n      \"id\": \"<long>\",\n      \"authToken\": \"<string>\",\n      \"url\": \"<string>\",\n      \"isOnlyHttps\": \"<boolean>\",\n      \"serverDomain\": \"<string>\",\n      \"serverIp\": \"<string>\",\n      \"serverPort\": \"<integer>\",\n      \"isReserved\": \"<boolean>\",\n      \"clientIp\": \"<string>\",\n      \"clientPort\": \"<integer>\",\n      \"protocolType\": \"<string>\",\n      \"title\": \"<string>\",\n      \"status\": null,\n      \"ipRestrictions\": [\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        },\n        {\n          \"id\": \"<long>\",\n          \"tunnelId\": \"<long>\",\n          \"ipAddress\": \"<string>\",\n          \"isAllow\": \"<boolean>\"\n        }\n      ],\n      \"authenticationUsername\": \"<string>\",\n      \"authenticationPassword\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"2f7a4c9b-5c50-49cf-b190-1611bbf8b342"}],"id":"b130cb36-d615-4b48-b3a8-d5d02cae4268","description":"<p>The AuthToken values are retrieved by sending a request to the GetAuthTokens EndPoint.</p>\n","_postman_id":"b130cb36-d615-4b48-b3a8-d5d02cae4268","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"8ce3d115-b613-4f5a-aff0-d476957d11f8","description":"<p>Returns the tunnels registered to Localtonet and the information about the tunnels of the AuthToken value you have selected.</p>\n","_postman_id":"8ce3d115-b613-4f5a-aff0-d476957d11f8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetTunnelDetail","item":[{"name":"{id}","item":[{"name":"Get Tunnel Detail By Tunnel Id","id":"253fc3ad-8de2-4e04-940f-7d9f4e9253db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetTunnelDetail/:id","description":"<p>The id parameter is required. If there is a tunnel belonging to Id, it returns the details of this tunnel.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetTunnelDetail",":id"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"2ed89365-e64a-4423-8835-37f4e1b36bed","type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"714c4c83-0735-4792-bfe0-47caeff0779e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetTunnelDetail/:id","host":["https://localtonet.com"],"path":["api","GetTunnelDetail",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"id\": \"<long>\",\n    \"authToken\": \"<string>\",\n    \"url\": \"<string>\",\n    \"isOnlyHttps\": \"<boolean>\",\n    \"serverDomain\": \"<string>\",\n    \"serverIp\": \"<string>\",\n    \"serverPort\": \"<integer>\",\n    \"isReserved\": \"<boolean>\",\n    \"clientIp\": \"<string>\",\n    \"clientPort\": \"<integer>\",\n    \"protocolType\": \"<string>\",\n    \"title\": \"<string>\",\n    \"status\": null,\n    \"ipRestrictions\": [\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      }\n    ],\n    \"authenticationUsername\": \"<string>\",\n    \"authenticationPassword\": \"<string>\"\n  }\n}"}],"_postman_id":"253fc3ad-8de2-4e04-940f-7d9f4e9253db"}],"id":"6ac402e8-6fbf-4327-82fb-26a3b05197f4","description":"<p>The tunnel id information is retrieved by sending a request to the GetTunnels EndPoint.</p>\n","_postman_id":"6ac402e8-6fbf-4327-82fb-26a3b05197f4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"c4e45061-a03f-4fe6-9dd1-f36f97620a9c","description":"<p>Returns the details of the tunnel.</p>\n","_postman_id":"c4e45061-a03f-4fe6-9dd1-f36f97620a9c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"CreateAuthToken","item":[{"name":"Create Auth Token","id":"2b75971a-fc4e-4a99-9896-ecc7c40901ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"customName\" : \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localtonet.com/api/CreateAuthToken","description":"<p>CustomName * : It is the name to be given to name the AuthToken to be created.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","CreateAuthToken"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"6d3ffced-79d8-4d6b-98fb-9f07ce0dd6a7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/CreateAuthToken?customName=<string>","host":["https://localtonet.com"],"path":["api","CreateAuthToken"],"query":[{"key":"customName","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"2b75971a-fc4e-4a99-9896-ecc7c40901ef"}],"id":"1c8d0fa2-cd89-492c-91a1-6234898ffe65","description":"<p>It is used to create AuthToken. AuthToken is used to establish a connection with the client. Different AuthToken values can be selected when creating tunnels.</p>\n","_postman_id":"1c8d0fa2-cd89-492c-91a1-6234898ffe65","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"CreateHttpRandomSubDomainTunnel","item":[{"name":"Create Http Random Sub Domain Tunnel","id":"5504b856-c5e5-4cc5-8dc0-e36519a6cc63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"authToken\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateHttpRandomSubDomainTunnel","description":"<p>Ip *: The IP value of the service to be tunneled must be entered.</p>\n<p>Port *: The PORT value of the service to be tunneled must be entered.</p>\n<p>ServerCode *: The information of the Active Service Server where the tunnel will be created. (It can be retrieved from GetAvailableServers EndPoint)</p>\n<p>AuthToken *: The AuthToken value for which the tunnel will be created. It is given for the tunnel to work on the client that the AuthToken is connected to.</p>\n<p>Protocol Types *: It determines which Protocol type the tunnel will be created. (HTTP = 1, FileServer = 5)</p>\n<p>Path : The local file path that must be given to the File Server.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","CreateHttpRandomSubDomainTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"3a8714c5-c716-4ed6-b6b2-648eaa135f8c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"authToken\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateHttpRandomSubDomainTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"id\": \"<long>\",\n    \"authToken\": \"<string>\",\n    \"url\": \"<string>\",\n    \"isOnlyHttps\": \"<boolean>\",\n    \"serverDomain\": \"<string>\",\n    \"serverIp\": \"<string>\",\n    \"serverPort\": \"<integer>\",\n    \"isReserved\": \"<boolean>\",\n    \"clientIp\": \"<string>\",\n    \"clientPort\": \"<integer>\",\n    \"protocolType\": \"<string>\",\n    \"title\": \"<string>\",\n    \"status\": null,\n    \"ipRestrictions\": [\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      }\n    ],\n    \"authenticationUsername\": \"<string>\",\n    \"authenticationPassword\": \"<string>\"\n  }\n}"}],"_postman_id":"5504b856-c5e5-4cc5-8dc0-e36519a6cc63"}],"id":"b8294053-1337-42b7-9436-2bb8b9cf01dd","description":"<p>Create tunnel with Random Sub Domain for <strong>HTTP</strong> or <strong>FileServer</strong> Protocol types.</p>\n","_postman_id":"b8294053-1337-42b7-9436-2bb8b9cf01dd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"CreateHttpCustomSubDomainTunnel","item":[{"name":"Create Http Custom Sub Domain Tunnel","id":"e613cbc6-ea3d-4e82-a0e8-e267db338151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subDomainName\": \"<string>\",\n  \"domainName\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"authToken\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateHttpCustomSubDomainTunnel","description":"<p>SubDomainName *: The custom sub domain name of the tunnel.</p>\n<p>DomainName *: The domain name of the tunnel. If there is no Custom Domain, the <strong>localto.net</strong> value should be given.</p>\n<p>Ip *: The IP value of the service to be tunneled must be entered.</p>\n<p>Port *: The PORT value of the service to be tunneled must be entered.</p>\n<p>ServerCode *: The information of the Active Service Server where the tunnel will be created. (It can be retrieved from GetAvailableServers EndPoint)</p>\n<p>AuthToken *: The AuthToken value for which the tunnel will be created. It is given for the tunnel to work on the client that the AuthToken is connected to.</p>\n<p>Protocol Types *: It determines which Protocol type the tunnel will be created. (HTTP = 1, FileServer = 5)</p>\n<p>Path : The local file path that must be given to the File Server.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","CreateHttpCustomSubDomainTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"62882505-0d88-4315-bdef-2f802b62342a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"subDomainName\": \"<string>\",\n  \"domainName\": \"<string>\",\n  \"ip\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"authToken\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateHttpCustomSubDomainTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"id\": \"<long>\",\n    \"authToken\": \"<string>\",\n    \"url\": \"<string>\",\n    \"isOnlyHttps\": \"<boolean>\",\n    \"serverDomain\": \"<string>\",\n    \"serverIp\": \"<string>\",\n    \"serverPort\": \"<integer>\",\n    \"isReserved\": \"<boolean>\",\n    \"clientIp\": \"<string>\",\n    \"clientPort\": \"<integer>\",\n    \"protocolType\": \"<string>\",\n    \"title\": \"<string>\",\n    \"status\": null,\n    \"ipRestrictions\": [\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      }\n    ],\n    \"authenticationUsername\": \"<string>\",\n    \"authenticationPassword\": \"<string>\"\n  }\n}"}],"_postman_id":"e613cbc6-ea3d-4e82-a0e8-e267db338151"}],"id":"e920cf16-9d30-49e6-a0e5-9673659746fb","description":"<p>Create tunnel with Custom Sub Domain for <strong>HTTP</strong> or <strong>FileServer</strong> Protocol types.</p>\n","_postman_id":"e920cf16-9d30-49e6-a0e5-9673659746fb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"CreateCustomDomainTunnel","item":[{"name":"Create Custom Domain Tunnel","id":"d7079019-31a5-489d-98a2-3ebbc4fa2b51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"domainName\": \"<string>\",\n  \"authToken\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateCustomDomainTunnel","description":"<p>DomainName *: The name of the Custom Domain where the tunnel will be created.</p>\n<p>Ip *: The IP value of the service to be tunneled must be entered.</p>\n<p>Port *: The PORT value of the service to be tunneled must be entered.</p>\n<p>ServerCode *: The information of the Active Service Server where the tunnel will be created. (It can be retrieved from GetAvailableServers EndPoint)</p>\n<p>AuthToken *: The AuthToken value for which the tunnel will be created. It is given for the tunnel to work on the client that the AuthToken is connected to.</p>\n<p>Protocol Types *: It determines which Protocol type the tunnel will be created. (HTTP = 1, FileServer = 5)</p>\n<p>Path : The local file path that must be given to the File Server.</p>\n<p><strong>Please DNS setting update</strong> <strong><code>ns1.localtonet.com</code></strong> <strong>and</strong> <strong><code>ns2.localtonet.com</code></strong> <strong>before custom domain create!</strong></p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","CreateCustomDomainTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"f4de683f-b1d6-4444-8563-88fb866b8533","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"domainName\": \"<string>\",\n  \"authToken\": \"<string>\",\n  \"path\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateCustomDomainTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"id\": \"<long>\",\n    \"authToken\": \"<string>\",\n    \"url\": \"<string>\",\n    \"isOnlyHttps\": \"<boolean>\",\n    \"serverDomain\": \"<string>\",\n    \"serverIp\": \"<string>\",\n    \"serverPort\": \"<integer>\",\n    \"isReserved\": \"<boolean>\",\n    \"clientIp\": \"<string>\",\n    \"clientPort\": \"<integer>\",\n    \"protocolType\": \"<string>\",\n    \"title\": \"<string>\",\n    \"status\": null,\n    \"ipRestrictions\": [\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      }\n    ],\n    \"authenticationUsername\": \"<string>\",\n    \"authenticationPassword\": \"<string>\"\n  }\n}"}],"_postman_id":"d7079019-31a5-489d-98a2-3ebbc4fa2b51"}],"id":"2756801a-aa5f-4e74-8985-06216bf34876","description":"<p>Create tunnel with Custom Domain for <strong>HTTP</strong> or <strong>FileServer</strong> Protocol types.</p>\n","_postman_id":"2756801a-aa5f-4e74-8985-06216bf34876","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"CreateTcpUdpTunnel","item":[{"name":"CreateTcpUdpTunnel","id":"88492745-33c0-4fc7-91c3-3b3f153b117e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"serverCode\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"authToken\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateTcpUdpTunnel","description":"<p>Ip *: The IP value of the service to be tunneled must be entered.</p>\n<p>Port *: The PORT value of the service to be tunneled must be entered.</p>\n<p>ServerCode *: The information of the Active Service Server where the tunnel will be created. (It can be retrieved from GetAvailableServers EndPoint)</p>\n<p>AuthToken *: The AuthToken value for which the tunnel will be created. It is given for the tunnel to work on the client that the AuthToken is connected to.</p>\n<p>Protocol Types *: It determines which Protocol type the tunnel will be created. (UDP = 2, TCP = 3, UDP_TCP = 4)</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","CreateTcpUdpTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"706f8a16-4af8-4f7a-a5ba-5a52187c354e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"ip\": \"<string>\",\n  \"serverCode\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"authToken\": \"<string>\",\n  \"protocolType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateTcpUdpTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"id\": \"<long>\",\n    \"authToken\": \"<string>\",\n    \"url\": \"<string>\",\n    \"isOnlyHttps\": \"<boolean>\",\n    \"serverDomain\": \"<string>\",\n    \"serverIp\": \"<string>\",\n    \"serverPort\": \"<integer>\",\n    \"isReserved\": \"<boolean>\",\n    \"clientIp\": \"<string>\",\n    \"clientPort\": \"<integer>\",\n    \"protocolType\": \"<string>\",\n    \"title\": \"<string>\",\n    \"status\": null,\n    \"ipRestrictions\": [\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      }\n    ],\n    \"authenticationUsername\": \"<string>\",\n    \"authenticationPassword\": \"<string>\"\n  }\n}"}],"_postman_id":"88492745-33c0-4fc7-91c3-3b3f153b117e"}],"id":"1adcdd08-2bab-47f8-ae37-068ab50af8a8","description":"<p>Create tunnel for <strong>TCP</strong>, <strong>UDP</strong> or <strong>TCP-UDP</strong> Protocol types.</p>\n","_postman_id":"1adcdd08-2bab-47f8-ae37-068ab50af8a8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"CreateProxyTunnel","item":[{"name":"Create Proxy HTTP or Proxy SOCKS5 Tunnel","id":"e6d46724-ecc9-4d57-9749-68eb04e0a452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"protocolType\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"authToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateProxyTunnel","description":"<p>ServerCode *: The information of the Active Service Server where the tunnel will be created. (It can be retrieved from GetAvailableServers EndPoint)</p>\n<p>AuthToken *: The AuthToken value for which the tunnel will be created. It is given for the tunnel to work on the client that the AuthToken is connected to.</p>\n<p>Protocol Types *: It determines which Protocol type the tunnel will be created. (Proxy HTTP = 6, Proxy SOCKS5 = 7)</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","CreateProxyTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"9c2edcb7-c965-4534-8760-f08a7bceb2f4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"protocolType\": \"<integer>\",\n  \"serverCode\": \"<string>\",\n  \"authToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/CreateProxyTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"id\": \"<long>\",\n    \"authToken\": \"<string>\",\n    \"url\": \"<string>\",\n    \"isOnlyHttps\": \"<boolean>\",\n    \"serverDomain\": \"<string>\",\n    \"serverIp\": \"<string>\",\n    \"serverPort\": \"<integer>\",\n    \"isReserved\": \"<boolean>\",\n    \"clientIp\": \"<string>\",\n    \"clientPort\": \"<integer>\",\n    \"protocolType\": \"<string>\",\n    \"title\": \"<string>\",\n    \"status\": null,\n    \"ipRestrictions\": [\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      },\n      {\n        \"id\": \"<long>\",\n        \"tunnelId\": \"<long>\",\n        \"ipAddress\": \"<string>\",\n        \"isAllow\": \"<boolean>\"\n      }\n    ],\n    \"authenticationUsername\": \"<string>\",\n    \"authenticationPassword\": \"<string>\"\n  }\n}"}],"_postman_id":"e6d46724-ecc9-4d57-9749-68eb04e0a452"}],"id":"ae7614ed-f097-412c-a5a2-cf43d96b3cae","description":"<p>Create tunnel for <strong>Proxy HTTP</strong> or <strong>Proxy SOCKS5</strong> Protocol types.</p>\n","_postman_id":"ae7614ed-f097-412c-a5a2-cf43d96b3cae","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"StartTunnel","item":[{"name":"{id}","item":[{"name":"Start Tunnel By Tunnel Id","id":"689e4959-032e-4217-89e5-16e334715b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/StartTunnel/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","StartTunnel",":id"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"85e96b48-51c1-4e0e-9c67-37915f11e1d7","type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"d3c76c1c-e199-42b5-b63c-c0f81f1b4744","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/StartTunnel/:id","host":["https://localtonet.com"],"path":["api","StartTunnel",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"689e4959-032e-4217-89e5-16e334715b59"}],"id":"5744a9ec-56d5-4b77-af0f-ec7720c780a9","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"5744a9ec-56d5-4b77-af0f-ec7720c780a9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"45b6425f-11fe-414f-be1a-e98e3d53359a","description":"<p>It Starts the Tunnel of the given Tunnel Id value.</p>\n","_postman_id":"45b6425f-11fe-414f-be1a-e98e3d53359a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"StopTunnel","item":[{"name":"{id}","item":[{"name":"Stop Tunnel By Tunnel Id","id":"cbc16bb1-925c-4749-9266-b3e6daffe323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/StopTunnel/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","StopTunnel",":id"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"f55070a3-4493-4466-afb2-a0dda1232eef","type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"79083b46-91c7-4e39-b683-33d5d0221c0d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/StopTunnel/:id","host":["https://localtonet.com"],"path":["api","StopTunnel",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"cbc16bb1-925c-4749-9266-b3e6daffe323"}],"id":"9ee1fdb5-da6d-4112-82d7-06a3e699407b","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"9ee1fdb5-da6d-4112-82d7-06a3e699407b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"fd13ccbd-2b18-4663-85b1-79b8d983ec7b","description":"<p>It Stops the Tunnel of the given Tunnel Id value.</p>\n","_postman_id":"fd13ccbd-2b18-4663-85b1-79b8d983ec7b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"DeleteTunnel","item":[{"name":"{id}","item":[{"name":"Delete Tunnel By Tunnel Id","id":"c801cc32-6c3c-4192-9c7f-114f6d4fb389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/DeleteTunnel/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","DeleteTunnel",":id"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"ac341ca3-6f79-49c2-b593-9120b5a46e0b","type":"any","value":"<long>","key":"id"}]}},"response":[{"id":"91c77f98-3162-4b8b-8938-5cb5267d1000","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/DeleteTunnel/:id","host":["https://localtonet.com"],"path":["api","DeleteTunnel",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"c801cc32-6c3c-4192-9c7f-114f6d4fb389"}],"id":"054d4314-bcbe-4b35-9e6c-66c8a7e8af2e","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"054d4314-bcbe-4b35-9e6c-66c8a7e8af2e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"dd87e450-05f8-4d6f-905c-6700a86540e7","description":"<p>It Deletes the Tunnel of the given Tunnel Id value.</p>\n","_postman_id":"dd87e450-05f8-4d6f-905c-6700a86540e7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"ChangePortReservedStatus","item":[{"name":"{id}","item":[{"name":"{isReserve}","item":[{"name":"Change Tunnel Port Reserved Status By Tunnel Id","id":"a09fdfcd-9053-4710-b843-5a002998ffb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/ChangePortReservedStatus/:id/:isReserve","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","ChangePortReservedStatus",":id",":isReserve"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"66f0667f-04fe-4930-882c-b2843d9e1422","type":"any","value":"<long>","key":"id"},{"id":"24ba1962-12aa-4f6d-bdb6-c7a6deabd34d","type":"any","value":"<boolean>","key":"isReserve"}]}},"response":[{"id":"7ffaea04-f947-44a4-aca9-a25c22906b17","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/ChangePortReservedStatus/:id/:isReserve","host":["https://localtonet.com"],"path":["api","ChangePortReservedStatus",":id",":isReserve"],"variable":[{"key":"id"},{"key":"isReserve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"a09fdfcd-9053-4710-b843-5a002998ffb1"}],"id":"2298c1ab-8300-4aa6-b210-673ab35f06c9","description":"<p>\"true\" or \"false\" value must be entered for the status whether to reserve or not.</p>\n","_postman_id":"2298c1ab-8300-4aa6-b210-673ab35f06c9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"8ae629d0-8033-447b-99fc-6f8e9119dace","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"8ae629d0-8033-447b-99fc-6f8e9119dace","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"fba799a4-02e8-4db4-8928-bdf4df663491","description":"<p>It is used to reserve the port value reserved on the server for a working tunnel.</p>\n","_postman_id":"fba799a4-02e8-4db4-8928-bdf4df663491","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetIpRestrictionsByTunnelId","item":[{"name":"{tunnelId}","item":[{"name":"Get Ip Restrictions By Tunnel Id","id":"6b114e42-23fb-4201-b645-f59cf955fc6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetIpRestrictionsByTunnelId/:tunnelId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetIpRestrictionsByTunnelId",":tunnelId"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"7b64554a-61c2-40ac-95e3-02b5934ad063","type":"any","value":"<long>","key":"tunnelId"}]}},"response":[{"id":"f084b6da-cfaf-456d-9f1a-59b8880d6141","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetIpRestrictionsByTunnelId/:tunnelId","host":["https://localtonet.com"],"path":["api","GetIpRestrictionsByTunnelId",":tunnelId"],"variable":[{"key":"tunnelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": [\n    {\n      \"id\": \"<long>\",\n      \"tunnelId\": \"<long>\",\n      \"ipAddress\": \"<string>\",\n      \"isAllow\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<long>\",\n      \"tunnelId\": \"<long>\",\n      \"ipAddress\": \"<string>\",\n      \"isAllow\": \"<boolean>\"\n    }\n  ]\n}"}],"_postman_id":"6b114e42-23fb-4201-b645-f59cf955fc6b"}],"id":"d16c0375-dcfc-4e36-a2da-f538d104c245","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"d16c0375-dcfc-4e36-a2da-f538d104c245","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"b1f9240c-7f86-4122-bff4-ba297ae94bf7","description":"<p>Returns the allowed or blocked IP information of the tunnel.</p>\n","_postman_id":"b1f9240c-7f86-4122-bff4-ba297ae94bf7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"AddIpRestriction","item":[{"name":"Add Ip Restriction","id":"30e5bdf7-4e88-4c1c-b423-a5fedf975aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipAddress\": \"<string>\",\n  \"tunnelId\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/AddIpRestriction","description":"<p>IpAddress *: The Ip Address or Ip Addresses that can access the tunnel. If more than one is given, they must be separated by commas.</p>\n<p>TunnelId *: The id value of the tunnel.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","AddIpRestriction"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"0891fa9a-4602-4555-9a7b-7c33009a96b1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"ipAddress\": \"<string>\",\n  \"tunnelId\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/AddIpRestriction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"30e5bdf7-4e88-4c1c-b423-a5fedf975aff"}],"id":"25f99ab6-4f3b-4975-877f-8cbfcf08b34c","description":"<p>Allows entering IP information to access the tunnel.</p>\n","_postman_id":"25f99ab6-4f3b-4975-877f-8cbfcf08b34c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"UpdateIsAllowForIpRestriction","item":[{"name":"Update Is Allow For Ip Restriction","id":"4f85d904-39e8-42a3-bf4d-aedf41f22b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"isAllow\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/UpdateIsAllowForIpRestriction","description":"<p>TunnelId *: The id value of the tunnel.</p>\n<p>IsAllow *: Access status is \"true\" or \"false\". The \"true\" value allows access only from the entered IPs. The \"false\" value only prevents access from the entered IPs.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","UpdateIsAllowForIpRestriction"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"3fadaca4-2fb5-4f6f-b350-8b05a256ed2c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"isAllow\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/UpdateIsAllowForIpRestriction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"4f85d904-39e8-42a3-bf4d-aedf41f22b32"}],"id":"1d1a9cce-994c-4c32-9e02-6dec74b27936","description":"<p>Change the tunnel access status of the assigned IP Addresses for tunnel access.</p>\n","_postman_id":"1d1a9cce-994c-4c32-9e02-6dec74b27936","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"DeleteIpRestriction","item":[{"name":"Delete Ip Restriction By Id","id":"4172c3d3-6811-41ca-9711-70cf8f014b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/DeleteIpRestriction","description":"<p>Id *: The IP Restriction Id value. The value can be retrieved from the GetIpRestrictionsByTunnelId EndPoint.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","DeleteIpRestriction"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"a637390b-f450-4ee1-b736-d1b2ce67adb7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/DeleteIpRestriction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"4172c3d3-6811-41ca-9711-70cf8f014b42"}],"id":"3fa627aa-444f-4fbc-8bd8-ce74dbc0deac","description":"<p>Deletes the Ip Restriction record of the entered id value.</p>\n","_postman_id":"3fa627aa-444f-4fbc-8bd8-ce74dbc0deac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"DeleteAllIpRestrictions","item":[{"name":"Delete All Ip Restrictions By Tunnel Id","id":"b5be4752-919e-468a-ba6a-38e79280030f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/DeleteAllIpRestrictions","description":"<p>TunnelId *: The Tunnel Id value. The value can be retrieved from the GetTunnels EndPoint.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","DeleteAllIpRestrictions"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"5e56e407-a480-4a4b-94f1-fcc710943552","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/DeleteAllIpRestrictions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"b5be4752-919e-468a-ba6a-38e79280030f"}],"id":"df98db84-c649-406f-aaea-908325ba10ea","description":"<p>Deletes all Ip Restriction records of the tunnel.</p>\n","_postman_id":"df98db84-c649-406f-aaea-908325ba10ea","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetAuthenticationDataByTunnelId","item":[{"name":"{tunnelId}","item":[{"name":"Get Authentication Data By Tunnel Id","id":"491b2290-871d-4f1e-9fc8-e4b5c6956724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetAuthenticationDataByTunnelId/:tunnelId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetAuthenticationDataByTunnelId",":tunnelId"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"09caffff-8ac5-4fad-9f47-6c90de969b49","type":"any","value":"<long>","key":"tunnelId"}]}},"response":[{"id":"3cb8fbd7-5f65-4d12-a1cf-634d71897aca","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetAuthenticationDataByTunnelId/:tunnelId","host":["https://localtonet.com"],"path":["api","GetAuthenticationDataByTunnelId",":tunnelId"],"variable":[{"key":"tunnelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"isActive\": \"<boolean>\",\n    \"userName\": \"<string>\",\n    \"password\": \"<string>\"\n  }\n}"}],"_postman_id":"491b2290-871d-4f1e-9fc8-e4b5c6956724"}],"id":"526477f0-cf35-4a73-a16f-4a38fb2651f3","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"526477f0-cf35-4a73-a16f-4a38fb2651f3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"4458ac94-3a27-44e8-b310-432d360cd80c","description":"<p>Gets the Authentication information of the Tunnel.</p>\n","_postman_id":"4458ac94-3a27-44e8-b310-432d360cd80c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"SetAuthenticationForTunnel","item":[{"name":"Set Authentication For Tunnel","id":"f890fa7b-9cbf-4fe1-907e-414e8bee0704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"isActive\": \"<boolean>\",\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetAuthenticationForTunnel","description":"<p>TunnelId *: Id value of the Tunnel where the authentication information and status will be determined.</p>\n<p>IsActive *: The value of whether Authentication is active or not is \"true\" or \"false\".</p>\n<p>UserName *: UserName value to be entered for Authentication.</p>\n<p>Password *: Password value to be entered for Authentication.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","SetAuthenticationForTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"72e366c2-3083-4b67-9740-5c49b897a03c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"isActive\": \"<boolean>\",\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetAuthenticationForTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"f890fa7b-9cbf-4fe1-907e-414e8bee0704"}],"id":"05abc8cf-6dfc-44d5-a329-c4d301a2e13d","description":"<p>Sets tunnel Authentication information and status.</p>\n","_postman_id":"05abc8cf-6dfc-44d5-a329-c4d301a2e13d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetExpirationDateByTunnelId","item":[{"name":"{tunnelId}","item":[{"name":"Get Expiration Date By Tunnel Id","id":"27c9b9c7-82ff-4ef0-9457-0afc38df0a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetExpirationDateByTunnelId/:tunnelId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetExpirationDateByTunnelId",":tunnelId"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"07164e16-2d90-499a-b162-00dc608d9bf2","type":"any","value":"<long>","key":"tunnelId"}]}},"response":[{"id":"b7238ede-d4ac-4229-bff7-4babca380031","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetExpirationDateByTunnelId/:tunnelId","host":["https://localtonet.com"],"path":["api","GetExpirationDateByTunnelId",":tunnelId"],"variable":[{"key":"tunnelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"expirationDate\": \"<string>\"\n  }\n}"}],"_postman_id":"27c9b9c7-82ff-4ef0-9457-0afc38df0a1d"}],"id":"0719484d-2c77-40a9-b5b6-771d2489e166","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"0719484d-2c77-40a9-b5b6-771d2489e166","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"2ad6020e-03a9-4718-b3c2-e9ffaafded74","description":"<p>If the date when the tunnel will be Expire is entered, this value is returned.</p>\n","_postman_id":"2ad6020e-03a9-4718-b3c2-e9ffaafded74","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"SetExpirationDateForTunnel","item":[{"name":"Set Expiration Date For Tunnel","id":"0df9e6de-ad18-4ccd-9b90-68759814ead4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"expirationDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetExpirationDateForTunnel","description":"<p>TunnelId *: Id value of the Tunnel where the authentication information and status will be determined.</p>\n<p>ExpirationDate *: The date information value when the tunnel will be Expire.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","SetExpirationDateForTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"bb55b1c8-9b33-41c8-9cbf-c296f84f7fe8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"expirationDate\": \"<dateTime>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetExpirationDateForTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"0df9e6de-ad18-4ccd-9b90-68759814ead4"}],"id":"6ac1a22d-1119-45af-aa33-a933ce0bf6a3","description":"<p>Sets the date when the tunnel will be Expire.</p>\n","_postman_id":"6ac1a22d-1119-45af-aa33-a933ce0bf6a3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetServerPortByTunnelId","item":[{"name":"{tunnelId}","item":[{"name":"Get Server Port By Tunnel Id","id":"07c1f269-4d62-464c-ac51-8692c6da40af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetServerPortByTunnelId/:tunnelId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetServerPortByTunnelId",":tunnelId"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"b1619fd0-347e-4754-82b1-7e9d581e2234","type":"any","value":"<long>","key":"tunnelId"}]}},"response":[{"id":"ca9b9a1c-0741-42f9-8a8f-da3771b9d343","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetServerPortByTunnelId/:tunnelId","host":["https://localtonet.com"],"path":["api","GetServerPortByTunnelId",":tunnelId"],"variable":[{"key":"tunnelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"serverPort\": \"<string>\"\n  }\n}"}],"_postman_id":"07c1f269-4d62-464c-ac51-8692c6da40af"}],"id":"da5e734f-85a5-4a92-a0c1-eda523e5fb68","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"da5e734f-85a5-4a92-a0c1-eda523e5fb68","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"b28fd923-8db8-4e7e-ad3f-448c8c8f2c85","description":"<p>The Port value assigned to the server for the tunnel to work.</p>\n","_postman_id":"b28fd923-8db8-4e7e-ad3f-448c8c8f2c85","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"SetServerPortForTunnel","item":[{"name":"Set Server Port For Tunnel","id":"ed76a8cd-5b82-4a76-93fe-b82d27fa448c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"serverPort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetServerPortForTunnel","description":"<p>TunnelId *: Id value of the Tunnel where the authentication information and status will be determined.</p>\n<p>ServerPort*: The Server Port value where the tunnel will run. Must be a value between 500 and 65536</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","SetServerPortForTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"0646f9b1-2720-4627-937a-23e438ce37ff","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"serverPort\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetServerPortForTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"ed76a8cd-5b82-4a76-93fe-b82d27fa448c"}],"id":"8ac859f9-953e-482d-990d-e5b0b56e4aad","description":"<p>Changes the assigned Port value on the Server where the tunnel is running.</p>\n","_postman_id":"8ac859f9-953e-482d-990d-e5b0b56e4aad","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetBandwidthLimitByTunnelId","item":[{"name":"{tunnelId}","item":[{"name":"Get Bandwidth Limit By Tunnel Id","id":"da18f37c-810f-4c17-a271-68f53ca45d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetBandwidthLimitByTunnelId/:tunnelId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetBandwidthLimitByTunnelId",":tunnelId"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"9274042c-531b-405a-ac93-e6392aa58c26","type":"any","value":"<long>","key":"tunnelId"}]}},"response":[{"id":"f6c9f21f-1315-4e42-9530-736ce9f13f9d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetBandwidthLimitByTunnelId/:tunnelId","host":["https://localtonet.com"],"path":["api","GetBandwidthLimitByTunnelId",":tunnelId"],"variable":[{"key":"tunnelId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"serverPort\": \"<string>\"\n  }\n}"}],"_postman_id":"da18f37c-810f-4c17-a271-68f53ca45d30"}],"id":"0fa470e8-6405-4303-a933-09ed58f607ed","description":"<p>The Tunnel Id value. Tunnel information is retrieved with GetTunnels EndPoint.</p>\n","_postman_id":"0fa470e8-6405-4303-a933-09ed58f607ed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"8b02c468-88ea-477c-8440-ac431c823adc","description":"<p>Returns the Bandwith value that the tunnel can use at its maximum. If there is no value, there is no limit.</p>\n","_postman_id":"8b02c468-88ea-477c-8440-ac431c823adc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"SetBandwidthLimitForTunnel","item":[{"name":"Set Bandwidth Limit For Tunnel","id":"f3c8c09a-b6a5-47de-9d8f-7ee531fd42f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"dataSize\": \"<integer>\",\n  \"dataSizeType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetBandwidthLimitForTunnel","description":"<p>TunnelId *: Id value of the Tunnel where the authentication information and status will be determined.</p>\n<p>DataSize *: Bandwidth Limit value.</p>\n<p>DataSizeType *: The data size type of the Bandwidth Limit. Byte = 1, KB = 2, MB = 3, GB = 4</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","SetBandwidthLimitForTunnel"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"dc13e8dd-46dc-425a-a9ff-3d245b3926a2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\",\n  \"dataSize\": \"<integer>\",\n  \"dataSizeType\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/SetBandwidthLimitForTunnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"f3c8c09a-b6a5-47de-9d8f-7ee531fd42f2"}],"id":"f055e827-4339-4829-87a2-94e6f88984b0","description":"<p>Sets Bandwidth Limit to the Tunnel.</p>\n","_postman_id":"f055e827-4339-4829-87a2-94e6f88984b0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"ClearBandwidthUsageByTunnelId","item":[{"name":"Clear Bandwidth Usage By Tunnel Id","id":"233478fa-c2b9-4a3d-8052-60551dc9d5f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/ClearBandwidthUsageByTunnelId","description":"<p>TunnelId *: Id value of the Tunnel where the authentication information and status will be determined.</p>\n<p>* : Required</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","ClearBandwidthUsageByTunnelId"],"host":["https://localtonet.com"],"query":[],"variable":[]}},"response":[{"id":"d6925775-73ef-4c7b-825a-7e0d6f4a21f0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tunnelId\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://localtonet.com/api/ClearBandwidthUsageByTunnelId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": \"<string>\"\n}"}],"_postman_id":"233478fa-c2b9-4a3d-8052-60551dc9d5f5"}],"id":"4fcc174a-023d-4ede-8f48-659c62dc240c","description":"<p>Clears the Bandwidth usage value of the tunnel.</p>\n","_postman_id":"4fcc174a-023d-4ede-8f48-659c62dc240c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetIpHistoryByAuthToken","item":[{"name":"{authtoken}","item":[{"name":"Get Ip History By AuthToken","id":"d0c3134d-5f1a-40e0-a489-bcd56353d906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetIpHistoryByAuthToken/:authtoken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetIpHistoryByAuthToken",":authtoken"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"0e647196-6c74-40ba-985d-96eb56250dd1","type":"any","value":"<string>","key":"authtoken"}]}},"response":[{"id":"042bed65-1d17-4b88-8bf9-f375a7b1a247","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetIpHistoryByAuthToken/:authtoken","host":["https://localtonet.com"],"path":["api","GetIpHistoryByAuthToken",":authtoken"],"variable":[{"key":"authtoken"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": [\n    {\n      \"ip\": \"<string>\",\n      \"date\": \"<dateTime>\"\n    },\n    {\n      \"ip\": \"<string>\",\n      \"date\": \"<dateTime>\"\n    }\n  ]\n}"}],"_postman_id":"d0c3134d-5f1a-40e0-a489-bcd56353d906"}],"id":"a44297df-0398-4dd1-821f-c6c8d0eca8a1","description":"<p>The AuthToken values are retrieved by sending a request to the GetAuthTokens EndPoint.</p>\n","_postman_id":"a44297df-0398-4dd1-821f-c6c8d0eca8a1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"4e1b23c7-a6ee-413d-83d2-928a9071931e","description":"<p>Gets the IP change history information of the client connected with AuthToken.</p>\n","_postman_id":"4e1b23c7-a6ee-413d-83d2-928a9071931e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}},{"name":"GetAirplaneModeSettingsByAuthToken","item":[{"name":"{authtoken}","item":[{"name":"Get Airplane Mode Settings By AuthToken","id":"b936bf01-11cd-42e9-b13c-ad8d4afc099a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://localtonet.com/api/GetAirplaneModeSettingsByAuthToken/:authtoken","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}},"urlObject":{"path":["api","GetAirplaneModeSettingsByAuthToken",":authtoken"],"host":["https://localtonet.com"],"query":[],"variable":[{"id":"5a9b01c7-53cc-4863-b388-c88ba70ff2f5","type":"any","value":"<string>","key":"authtoken"}]}},"response":[{"id":"d3a7a91c-75b4-4c14-b18d-d5c970c397e3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://localtonet.com/api/GetAirplaneModeSettingsByAuthToken/:authtoken","host":["https://localtonet.com"],"path":["api","GetAirplaneModeSettingsByAuthToken",":authtoken"],"variable":[{"key":"authtoken"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hasError\": \"<boolean>\",\n  \"errorCode\": \"<string>\",\n  \"errors\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"result\": {\n    \"authToken\": \"<string>\",\n    \"linkToken\": \"<string>\",\n    \"isAirPlaneModeOn\": \"<boolean>\",\n    \"time\": \"<integer>\",\n    \"delay\": \"<integer>\"\n  }\n}"}],"_postman_id":"b936bf01-11cd-42e9-b13c-ad8d4afc099a"}],"id":"4c702bf0-c0e6-43a2-a05a-383aff5e1697","description":"<p>The AuthToken values are retrieved by sending a request to the GetAuthTokens EndPoint.</p>\n","_postman_id":"4c702bf0-c0e6-43a2-a05a-383aff5e1697","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"id":"dfe12465-0610-4776-b719-effc666298f1","description":"<p>Gets the Airplane Mode settings of the client connected with AuthToken.</p>\n","_postman_id":"dfe12465-0610-4776-b719-effc666298f1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","id":"f40bc3b5-1ac3-4ee9-a3fe-3ad02aacf59c","name":"Localtonet API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"event":[{"listen":"prerequest","script":{"id":"a33c9f2e-6556-425f-8f52-52d8c2f4697d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b30a7d46-6176-4c5c-b031-af4987562d98","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://localtonet.com"}]}