ServiceProxy
Return a cPanel account’s service proxying setup
This function reports a cPanel account's service proxying configuration.
get/ServiceProxy/get_service_proxy_backends
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_service_proxy_backends",
"module": "ServiceProxy",
"result": {
"data": [
{
"backend": "example.com",
"service_group": "Mail"
}
],
"status": 1
}
}