Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Intelligems Analytics API

Experience-level and sitewide analytics.

Intelligems Analytics API is one of 3 APIs that Intelligems publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Analytics. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 8 operations across 7 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version v25-10-beta.

Requests are made against a single base URL, https://api.intelligems.io.

8 operations 7 paths 2 schemas 1 GET7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v25-10-beta
Base URL
https://api.intelligems.io
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Intelligems Analytics API declares 1 security scheme for authenticating requests. An API key is passed in the header as intelligems-access-token (accessToken). By default, every request must be authenticated.

  • accessToken — API key issued by Intelligems, sent in the intelligems-access-token header.

Paths & Operations 8

Across 7 paths, the API surfaces 8 operations — 1 GET, 7 POST. Each is listed below with its method, path, parameters, and response codes.

Analytics 8

Experience-level and sitewide analytics.

GET
/v25-10-beta/analytics/resource/{experienceId}
Get experience analytics
getExperienceAnalytics 1 param → 200401404429500
POST
/v25-10-beta/analytics/resource/{experienceId}
Query experience analytics
queryExperienceAnalytics 1 param body → 200400401404429500
POST
/v25-10-beta/analytics/experience/{experienceId}/timeseries
Get experience timeseries
getExperienceTimeseries 1 param body → 200400401404429500
POST
/v25-10-beta/analytics/experience/{experienceId}/export
Export experience analytics
exportExperienceAnalytics 1 param body → 200400401404429500
POST
/v25-10-beta/analytics/sitewide/snapshot
Fetch sitewide analytics snapshot
getSitewideSnapshot body → 200400401429500
POST
/v25-10-beta/analytics/sitewide/timeseries
Fetch sitewide timeseries
getSitewideTimeseries body → 200400401429500
POST
/v25-10-beta/analytics/sitewide/order-distribution
Fetch sitewide order distribution
getSitewideOrderDistribution body → 200400401429500
POST
/v25-10-beta/analytics/sitewide/conversion-funnel
Fetch sitewide conversion funnel
getSitewideConversionFunnel body → 200400401429500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ValidationError (2 properties), AuthError (1 property). Each schema is shown below with its type and property counts.

ValidationError
object
Validation error envelope. Top-level errors[] is for request-level errors; per-field messages live under properties. .errors.
2 properties
AuthError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

intelligems-analytics-api-openapi.yml Raw ↑

Other APIs Intelligems publishes across the network.

Intelligems Experiences API
Intelligems Holiday Benchmark API