latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Integration
Links

Return integration link groups

This function lists the groups of integration links in the cPanel interface.

get/list_integration_groups

Query parameters

userstring required
Example:username

The cPanel account name.

Response

HTTP Request was successful.

Example response

{
  "data": {
    "links": [
      {
        "group": "Group3"
      }
    ]
  },
  "metadata": {
    "command": "list_integration_groups",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}