Sitejet
Return Sitejet SSO URL
This function returns a Sitejet website's SSO URL.
get/Sitejet/get_sso_link
Query parameters
domainstring required
Example:example.com
The cPanel account's Sitejet domain.
referrerstring required
Example:https://example.com:2083/cpsess##########/frontend/jupiter/sitejet/index.html%23
The cPanel interface referral URL.
ui_mode'prompt' | 'ai' | 'template'
Example:prompt
Specifies which Sitejet SaaS user interface mode the user will be redirected to.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_sso_link",
"module": "Sitejet",
"result": {
"data": "https://my.sitehub.io/website/edit?ssotoken=exampletokenstring",
"metadata": {
"transformed": 1
},
"status": 1
}
}