Get Site Settings

Get Site Settings
Retrieve settings for a site and links for navigating to more specific site settings (e.g., CORS)).

Retrieve settings for a site and links for navigating to more specific site settings (e.g., CORS)).

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/site/settings
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SiteSettings of type(s) application/json;version=9.1.0
{
    "defaultLoginOrg": {
        "name": "string",
        "id": "string"
    },
    "apiTokenDuration": 0
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/site/settings
                
Availability
Added in 36.0
Site Settings Operations
GET
Get Site Settings
PUT
Set Site Settings