New: MCP server monitoring is live. Start free trial
ActiveCampaignSchemaAdditive

New fields added in GET /settings/account response 200: [date_time_format signature phone language timezone time_format date_format]

Affected surface
GET /settings/account

What changed

New fields added in GET /settings/account response 200: [date_time_format signature phone language timezone time_format date_format] Affected surface: GET /settings/account. Root cause: endpoint `GET /settings/account`. Detected at Sat, 22 Aug 2026 08:25:42 UTC UTC.

Diff

{
  "added_fields": [
    "date_time_format",
    "signature",
    "phone",
    "language",
    "timezone",
    "time_format",
    "date_format"
  ],
  "path": "GET /settings/account",
  "schema_path": "GET /settings/account response 200"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Diff your serializers against the new schema. The diff above shows what moved.

Related changes

Other endpoints affected by the same root cause.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.