How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Accept Drift API

The Drift API from Accept — 15 operation(s) for drift.

Accept Drift API is one of 23 APIs that Accept publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Drift. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and an AsyncAPI specification.

This API exposes 15 operations across 15 paths, and defines 31 schemas. It is described by OpenAPI 3.2.0, at version 1.1.0-rc.1.

Requests are made against a single base URL, http://localhost:8080.

15 operations 15 paths 31 schemas 15 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.1.0-rc.1
Base URL
https://midas.accept.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Accept Drift API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Static bearer token. Configured via MIDASAUTHTOKENS or midas.yaml auth.tokens. Not required when auth.mode=open (development only).

Paths & Operations 15

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

Drift 15
GET
/v1/drift/analytics
Get node-scoped Drift Analytics read model data
getDriftAnalytics 3 params → 200400401403501
GET
/v1/drift/definitions/{id}
Get the latest version of a DriftDefinition by ID
getDriftDefinition 1 param → 200401403404500501
GET
/v1/drift/definitions/{id}/versions
List all versions of a DriftDefinition
listDriftDefinitionVersions 1 param → 200401403404500501
GET
/v1/drift/definitions/{id}/versions/{version}
Get a specific DriftDefinition revision
getDriftDefinitionVersion 2 params → 200400401403404500501
GET
/v1/drift/definitions/{id}/series
List DriftSeries for a DriftDefinition
listDriftSeriesByDefinition 1 param → 200401403500501
GET
/v1/drift/definitions/{id}/observations
List DriftObservations for a DriftDefinition
listDriftObservationsByDefinition 1 param → 200401403500501
GET
/v1/drift/series/{id}
Get a DriftSeries by ID
getDriftSeries 1 param → 200401403404500501
GET
/v1/drift/series/{id}/points
List DriftSeriesPoints for a series
listDriftSeriesPoints 3 params → 200400401403500501
GET
/v1/drift/series/{id}/observations
List DriftObservations for a series
listDriftObservationsBySeries 1 param → 200401403500501
GET
/v1/drift/series/{id}/annotations
List DriftAnnotations attached to a series
listDriftAnnotationsBySeries 1 param → 200401403500501
GET
/v1/drift/series-points/{id}
Get a DriftSeriesPoint by ID
getDriftSeriesPoint 1 param → 200401403404500501
GET
/v1/drift/observations/{id}
Get a DriftObservation by ID
getDriftObservation 1 param → 200401403404500501
GET
/v1/drift/observations/{id}/annotations
List DriftAnnotations attached to an observation
listDriftAnnotationsByObservation 1 param → 200401403500501
GET
/v1/drift/annotations/{id}
Get a DriftAnnotation by ID
getDriftAnnotation 1 param → 200401403404500501
GET
/v1/drift/entities/{kind}/{entity_id}/observations
List DriftObservations for a governed entity target
listDriftObservationsByEntity 2 params → 200400401403500501

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are DriftObservation (23 properties), DriftDefinition (22 properties), DriftSeriesPoint (16 properties), DriftSeries (13 properties). Each schema is shown below with its type and property counts.

DriftAnalyticsResponse
object
7 properties 6 required
DriftObservationOperatorStatus
string
DriftAnnotationTargetRef
object
2 properties 2 required
DriftTargetRef
object
Discriminated reference to a governed entity.
2 properties 2 required
DriftAnnotationType
string
DriftAnnotationListResponse
object
1 property 1 required
DriftThresholdDirection
string
DriftStatusBand
string
Five-band status used by DriftSeries, DriftSeriesPoint, and DriftObservation.detectorstatus. The split into unknowninsufficientdata and unknowndetectorerror is…
DriftAnalyticsObservedPoint
object
4 properties 2 required
DriftSeries
object
One time-ordered stream for a (definition revision, metric, cadence) tuple.
13 properties 9 required
DriftPointComputationMode
string
Computation provenance for a series point. Backfill state lives on this enum; it is not encoded on detectorstatus.
DriftTargetEntityKind
string
The nine governed entity kinds a DriftDefinition may target.
DriftAnnotationTargetKind
string
DriftSeriesPoint
object
Append-only window summary. summarystats and baselinestats are opaque JSON objects whose internal shape is detector- specific. Backfill state is encoded on com…
16 properties 14 required
DriftBaselineStrategy
string
V1 baseline strategies. championchallenger and seasonalityaware are deferred to V2 and MUST NOT appear here.
DriftSeriesListResponse
object
1 property 1 required
DriftSeriesPointListResponse
object
1 property 1 required
DriftObservationListResponse
object
1 property 1 required
DriftType
string
V1 drift taxonomy. Population, data, prediction, performance, and concept drift are deferred to V2 and MUST NOT appear here.
LifecycleStatus
string
Canonical lifecycle posture for versioned governance resources (Surface, Profile, FailModePolicy, EscalationTarget). Every governed configuration entity in MID…
DriftAnnotationStatus
string
DriftDefinition
object
Governed, versioned drift specification. Composite (id, version) identity. Apply persists Status='review'; activation lives in a future approval-endpoint tranc…
22 properties 13 required
DriftDefinitionListResponse
object
1 property 1 required
DriftMetricDefinition
object
Embedded metric inside a DriftDefinition revision.
12 properties 8 required
DriftObservation
object
Audit-chain-bearing detector result. The observation itself does not mutate runtime state; future FailModePolicy resolvers may consume it as evidence input.
23 properties 18 required
DriftOrigin
string
DriftCadence
string
DriftAnalyticsPoint
object
2 properties 2 required
DriftAnnotation
object
Operator commentary against a series or observation.
11 properties 9 required
Error
object
1 property 1 required
DriftDefinitionStatus
Lifecycle state of a DriftDefinition. Delegates to the canonical LifecycleStatus posture.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

accept-drift-api-openapi.yml Raw ↑

Other APIs Accept publishes across the network.

Accept Agents API
Accept Aisystems API
Accept Businessservices API
Accept Capabilities API
Accept Controlplane API
Accept Coverage API
Accept Decisions API
Accept Envelopes API
Accept Escalation Targets API
Accept Escalations API
Accept Evaluate API
Accept Evidence API
Where this information came from

This is an independent, third-party profile of Accept Drift API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.