For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 by category and status

  • GET /v25-10-beta/experiences/{experienceId} — Get complete details for a specific experience

  • POST /v25-10-beta/experiences — Create a new experience or experiment

  • PUT /v25-10-beta/experiences/{experienceId} — Update an existing experience's configuration, variations, or targeting

  • POST /v25-10-beta/experiences/{experienceId}/actions/{action} — Perform a lifecycle action on an experience (start, pause, or end)

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 experience

  • POST /v25-10-beta/analytics/experience/{experienceId}/export — Export an experience's analytics dataset

  • GET /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 segmentation

  • POST /v25-10-beta/analytics/sitewide/timeseries — Metric-over-time data with configurable granularity and optional audience segmentation

  • POST /v25-10-beta/analytics/sitewide/order-distribution — Order-value histogram (KDE/CDF) and unit-mix breakdown

  • POST /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 metrics

  • POST /v25-10-beta/analytics/event/timeseries — Benchmark event metric-over-time data

Last updated

Was this helpful?