Get Legal and Support Settings
Get the legal and support settings for the requested context. This can be the instance or an organization. In case of an organization, the returned settings will fall back to the instance settings if not explicitly set on the organization.
Required permissions:
policy.read
Deprecated: use GetLinkSettings instead
curl -X GET "https://loading/v2/settings/legal_support"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"settings": {
"tosLink": "string",
"privacyPolicyLink": "string",
"helpLink": "string",
"supportEmail": "string",
"resourceOwnerType": "RESOURCE_OWNER_TYPE_UNSPECIFIED",
"docsLink": "string",
"customLink": "string",
"customLinkText": "string"
}
}Was this page helpful?
Get Hosted Login Translation
Get Hosted Login Translation: Returns the translations in the requested locale for the hosted login. The translations returned are based on the input level specified (system, instance or organization). If the requested level do...
Get Link settings
Get Link settings: Returns the effective links for the requested scope. Source is tracked for the list as a whole — the entire list is either inherited or overridden, never partially merged.