v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "get_service_proxy_backends",
  "module": "ServiceProxy",
  "result": {
    "data": [
      {
        "backend": "example.com",
        "service_group": "Mail"
      }
    ],
    "status": 1
  }
}