New: MCP server monitoring is live. Start free
KlaviyoSchemaAdditive

Response schema changed for POST /api/profile-import (ProfileMeta)

Affected surface
POST /api/profile-import
Affected field
ProfileMeta

What changed

Response schema changed for POST /api/profile-import (ProfileMeta) Affected surface: POST /api/profile-import. Root cause: schema `ProfileMeta`. Detected at Tue, 21 Apr 2026 16:08:43 UTC UTC.

Diff

{
  "added_fields": [
    "patch_identifiers"
  ],
  "path": "POST /api/profile-import",
  "schema_path": "schema ProfileMeta"
}

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.