Path Parameters
AppID in which the extension has to be enabled/disabled
Response
200 - application/json
Get Virus Malware Scanner Settings
curl --request GET \
  --url https://apimgmt.cometchat.io/apps/{appId}/extensions/virus-malware-scanner/v1/settings \
  --header 'key: <key>' \
  --header 'secret: <secret>'{
  "data": {
    "statusCode": 200,
    "success": true,
    "responseTime": 1.8547508716583252,
    "body": {
      "data": {
        "settings": {
          "scaniiApiKey": "1q6Re9CYAAfzLZyB8F4eMNX0Pslyv222",
          "scaniiSecretKey": "f5c0102d",
          "appId": 19244939392
        }
      }
    }
  }
}Virus Malware Scanner : Get settings for Virus malware scanner extension.
curl --request GET \
  --url https://apimgmt.cometchat.io/apps/{appId}/extensions/virus-malware-scanner/v1/settings \
  --header 'key: <key>' \
  --header 'secret: <secret>'{
  "data": {
    "statusCode": 200,
    "success": true,
    "responseTime": 1.8547508716583252,
    "body": {
      "data": {
        "settings": {
          "scaniiApiKey": "1q6Re9CYAAfzLZyB8F4eMNX0Pslyv222",
          "scaniiSecretKey": "f5c0102d",
          "appId": 19244939392
        }
      }
    }
  }
}AppID in which the extension has to be enabled/disabled
Get Virus Malware Scanner Settings
Show child attributes
Was this page helpful?