Skip to content
On this page

List apps installations

Endpoint

GET /v1/softwares

Returns a list indicating whether an app is currently installed or not

WARNING

The list of apps may expand in future updates

Responses

json
{
   "isVNCInstalled":{
      "type":"bool"
   },
   "isOpenVPNInstalled":{
      "type":"bool"
   },
   "isUnzipInstalled":{
      "type":"bool"
   },
   "isNordVPNInstalled":{
      "type":"bool"
   },
   "isSurfSharkVPNInstalled":{
      "type":"bool"
   },
   "isIpVanishVPNInstalled":{
      "type":"bool"
   },
   "isVyprVpnVPNInstalled":{
      "type":"bool"
   },
   "isSpecificSoftwareInstalled":{
      "type":"bool",
      "value":"false",
   },
}