---
title: "Get Style Agent Config"
method: GET
path: "/style-agent/config"
tags: ["styleAgent"]
---

# Get Style Agent Config

`GET /style-agent/config`

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- OrganizationConfigResponse — Org-level configuration slice that drives client-side behaviour. Returned by ``GET /account/config`` for both JWT and API-key auth. The organization is identified by the auth credential — no request-side org id is needed (the API key already carries one). This intentionally omits user_profile / user fields that don't make sense for API-key callers.
  - `is_acrolinx_classic` boolean, required
  - `style_agent` 'disabled' | 'enabled' | 'enabled_terminology', required
  - `style_agent_numeric_scoring` boolean, required
  - `allow_user_tracking` boolean, required

## Other responses

- `401` — Authentication failed or no valid API key provided.
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-08-14** `9f470199d1d1` — 1 info
  - added the required property `allow_user_tracking` to the response with the `200` status

[Change history](https://skmtc.dev/markup/apis/api-reference/changes/style-agent/config/get.md)

---

[API](https://skmtc.dev/markup/apis/api-reference.md) · [All operations](https://skmtc.dev/markup/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/markup/api-reference/revisions/65e1214d0bbf/schema)
