latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Server Administration
Notifications

Return Contact Manager event importance settings

This function lists the importance of all application events in WHM's Contact Manager interface (WHM >> Home >> Server Contacts >> Contact Manager).

get/get_all_contact_importances

Response

HTTP Request was successful.

Example response

{
  "data": {
    "importances": [
      {
        "app": "wwwacct",
        "event": "*",
        "name": "High"
      }
    ]
  },
  "metadata": {
    "command": "get_all_contact_importances",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}