Skip to main content
GET
/
api
/
v2
/
config
Error
A valid request URL is required to generate request examples
{
  "fields": [
    {
      "path": "general/identity/site_name",
      "kind": "string",
      "label": "config.field.general.identity.site_name.label",
      "allowed_scopes": [
        "global",
        "organization",
        "tenant"
      ]
    },
    {
      "path": "general/locale/default_timezone",
      "kind": "enum",
      "label": "config.field.general.locale.default_timezone.label",
      "allowed_scopes": [
        "global",
        "organization",
        "tenant"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Scoped personal access token (cfp_…), validated by the stateless mcp and api_v2 firewalls. The effective permission is the intersection of the user's ACL, the token's scopes, and tenant isolation. The MCP gateway requires the matching mcp:* tool scope; the /api/v2/* surface (including the Config read API) additionally requires the api:full scope and an admin owner.

Response

The fields the caller may read. Cache-Control: no-store.

fields
object[]
required