Workspace Settings
Get a workspace setting
Returns the value of a single workspace setting; the default value when the workspace has not overridden it.
Authorization<token>
API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.
In: header
The workspace slug — the {slug} segment of your Clarify workspace URL.
The setting key, e.g. orgDescription. Read-only settings cannot be mutated.
curl -X GET "https://example.com/workspaces/string/settings/orgDescription"
{
"value": "Acme Corp builds industrial hardware and software."
}