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.
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
}
}