This function reports a cPanel account's service proxying configuration.
uapi --output=jsonpretty \ --user=username \ ServiceProxy \ get_service_proxy_backends
{- "apiversion": 3,
- "func": "get_service_proxy_backends",
- "module": "ServiceProxy",
- "result": {
- "data": [
- {
- "backend": "example.com",
- "service_group": "Mail"
}
], - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}