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 Experiences API

Create, read, update, and control A/B tests and personalizations.

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

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

This API exposes 5 operations across 4 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.

5 operations 4 paths 2 schemas 2 GET2 POST1 PUT

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 Experiences 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 5

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

Experiences 5

Create, read, update, and control A/B tests and personalizations.

GET
/v25-10-beta/experiences-list
List experiences
listExperiences → 200400401429500
GET
/v25-10-beta/experiences/{experienceId}
Fetch experience data
getExperience 1 param → 200401404429500
PUT
/v25-10-beta/experiences/{experienceId}
Update experience
updateExperience 1 param body → 200400401404429500
POST
/v25-10-beta/experiences
Create experience
createExperience body → 200400401429500
POST
/v25-10-beta/experiences/{experienceId}/actions/{action}
Perform experience action
performExperienceAction 2 params → 200400401404429500

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-experiences-api-openapi.yml Raw ↑

Other APIs Intelligems publishes across the network.

Intelligems Analytics API
Intelligems Holiday Benchmark API