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

New fields added in POST /v2/contracts/get request body: [webhook_notification_id]

Affected surface
POST /v2/contracts/get

What changed

New fields added in POST /v2/contracts/get request body: [webhook_notification_id] Affected surface: POST /v2/contracts/get. Root cause: endpoint `POST /v2/contracts/get`. Detected at Thu, 02 Jul 2026 02:40:20 UTC UTC.

Diff

{
  "added_fields": [
    "webhook_notification_id"
  ],
  "path": "POST /v2/contracts/get",
  "schema_path": "POST /v2/contracts/get request body"
}

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.