v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

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": "get_sso_link",
  "module": "Sitejet",
  "result": {
    "data": "https://my.sitehub.io/website/edit?ssotoken=exampletokenstring",
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}