v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Plugins

Enable plugin promotions

This function determines if plugin promotions show in cPanel.

get/Plugins/can_show_promotions

Query parameters

pluginstring required
Example:koality

The plugin whose promotions to target.

Note:

The only valid value is 'koality', which targets Site Quality Monitoring.

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "can_show_promotions",
  "module": "Plugins",
  "result": {
    "data": {
      "can_show_promotions": 1
    },
    "status": 1
  }
}