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
}
}