Available Endpoints
This is the authoritative list of endpoints. It is validated against the registered routes by an automated test, so it stays in sync and should not drift from the detailed per-endpoint pages.
Experiences
GET /v25-10-beta/experiences-list— Retrieve a paginated list of experiences with optional filtering bycategoryandstatusGET /v25-10-beta/experiences/{experienceId}— Get complete details for a specific experiencePOST /v25-10-beta/experiences— Create a new experience or experimentPUT /v25-10-beta/experiences/{experienceId}— Update an existing experience's configuration, variations, or targetingPOST /v25-10-beta/experiences/{experienceId}/actions/{action}— Perform a lifecycle action on an experience (start,pause, orend)
Experience & Experiment Analytics
POST /v25-10-beta/analytics/resource/{experienceId}— Retrieve analytics for an experience (metrics, variations, optional graphs). Accepts filters and all request settings in the JSON body. Use this for all new integrations.POST /v25-10-beta/analytics/experience/{experienceId}/timeseries— Metric-over-time data for a single experiencePOST /v25-10-beta/analytics/experience/{experienceId}/export— Export an experience's analytics datasetGET /v25-10-beta/analytics/resource/{experienceId}— Deprecated. Legacy query-parameter analytics endpoint, kept only as a beta compatibility path and removed when the beta ends. Use the POST variant above instead.
Sitewide Analytics
POST /v25-10-beta/analytics/sitewide/snapshot— Summary KPI metrics with period-over-period percent changes and optional audience segmentationPOST /v25-10-beta/analytics/sitewide/timeseries— Metric-over-time data with configurable granularity and optional audience segmentationPOST /v25-10-beta/analytics/sitewide/order-distribution— Order-value histogram (KDE/CDF) and unit-mix breakdownPOST /v25-10-beta/analytics/sitewide/conversion-funnel— Sitewide conversion funnel as a Sankey graph (entry point → landing page → cart → checkout → conversion)
Holiday Benchmark
POST /v25-10-beta/analytics/event/snapshot— Benchmark event snapshot metricsPOST /v25-10-beta/analytics/event/timeseries— Benchmark event metric-over-time data
Last updated
Was this helpful?