API changelog
2026-03
Added
actionfield on v2 event ingestion requests (entity noun + verb split)actionandcanonical_namefields in all event responses (v1 and v2)- Deprecation headers (
Deprecation: true,Sunset: 2026-09-01) on v2 requests using legacy flatevent_typeformat
Updated
- v2 event naming: prefer
event_type(noun) +action(verb) over flatevent_type - v1 response now returns split
event_type,action, andcanonical_name
2026-02
Added
POST /api/v2/eventsfor custom event ingestionPOST /api/v2/events/batchfor batch ingestionPOST /api/v2/identifyfor user identity upsertPOST /api/v2/aliasfor identity mergesession_startandsession_endin canonical v1 events
Updated
- Event catalog and inferred property schema support
- User journey views linked to identified users
Compatibility notes
- v1 remains supported and strict (canonical events only)
- v2 is recommended for new integrations