v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Integration
URL Parsing

Return integrated application URL

This function returns the URL for an integrated application.

get/Integration/fetch_url

Query parameters

appstring required
Example:applicationname

The application's name.

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": "fetch_url",
  "module": "Integration",
  "result": {
    "data": {
      "redirect_url": "http://application.example.com/application",
      "url": "http://application.example.com/"
    },
    "status": 1
  }
}