For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Batch track events (POST /events/batch) — The request body schema has changed. The array of events must now be wrapped in an object under an events key. Previously accepted: [{...}, {...}]. Now required: {"events": [{...}, {...}]}. Additionally, event_name and identifiers are now explicitly marked as required fields on each event object.
Added
Create contact (POST /contacts) — New getId field (boolean, default false). When set to true alongside forceMerge: true, the response includes the id of the surviving contact after the merge. Useful when you need to reference the retained contact record immediately after creation.
Loyalty transaction history (GET /loyalty/balance/programs/{pid}/transaction-history) — New loyaltySubscriptionId query parameter for filtering transaction history by a specific loyalty subscription.