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.
Example response
{
"apiversion": 3,
"func": "can_show_promotions",
"module": "Plugins",
"result": {
"data": {
"can_show_promotions": 1
},
"status": 1
}
}