cPanel/Integration
cPanel module

Integration

1 functions, invoked through the cpanel_uapi tool.

scope cpanel:uapi
Call any function with cpanel_uapi(service_id, module="Integration", function, params). Live availability depends on the cPanel features JetHost has enabled on your account — call list_cpanel_operations to see what is active.

fetch_url GET#

Return integrated application URL

This function returns the URL for an integrated application.

appstringRequired
The application's name.

Response — normalized as { ok, data, errors[], warnings[] }; data contains:

redirect_urlstring
The publicly-available URL to which the application will redirect visitors.
urlstring
The publicly-available URL to which the application redirects visitors if the redirect_url location is unavailable.