Event APIs
Page views, custom events, and identify.
Events record what visitors do so returning people can match audiences and show up in Insights. These endpoints are what the Node SDK calls for page, track, and identify.
Events base URL: https://api.amplifyup.ai
Include the site tracking ID on the payload. Skip these calls inside Composer preview — preview is not live visitor activity.
Endpoints
- POST /v1/page — a page view
- POST /v1/track — a named event, identify, or profile field update
Each page covers the body fields, example requests, and error responses.
Prefer the Node SDK helpers (page(), track(), identify()) so visitor IDs stay
consistent.
Published layouts are a separate surface: Edge APIs. Workspace (dashboard) APIs are under Tenant APIs.