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

Schema reference changed in GET /away_status_reasons response 200: "inline:array" → "away_status_reason_list"

Affected surface
GET /away_status_reasons

What changed

Schema reference changed in GET /away_status_reasons response 200: "inline:array" → "away_status_reason_list" Affected surface: GET /away_status_reasons. Root cause: endpoint `GET /away_status_reasons`. Detected at Mon, 29 Jun 2026 10:28:57 UTC UTC.

Diff

{
  "current_value": "away_status_reason_list",
  "path": "GET /away_status_reasons",
  "previous_value": "inline:array",
  "schema_path": "GET /away_status_reasons 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.

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.