Clarify API
Workspace Settings

List workspace settings

Returns every workspace setting keyed by name, with defaults applied for settings the workspace has not overridden.

GET
/workspaces/{workspace}/settings
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

workspace*string

The workspace slug — the {slug} segment of your Clarify workspace URL.

Response Body

application/json

curl -X GET "https://example.com/workspaces/string/settings"
{
  "orgDescription": "Acme Corp builds industrial hardware and software.",
  "dealDetectionEnabled": true
}