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

Accept Escalation Targets API

The Escalation Targets API from Accept — 4 operation(s) for escalation targets.

Accept Escalation Targets 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 Escalation Targets. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and an AsyncAPI specification.

This API exposes 4 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.1.0-rc.1.

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

4 operations 4 paths 6 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

Accept Escalation Targets 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 4

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

Escalation Targets 4
GET
/v1/escalation_targets
List the latest version of every escalation target
listEscalationTargets → 200401403500501
GET
/v1/escalation_targets/{id}
Get the latest version of an EscalationTarget by ID
getEscalationTarget 1 param → 200401403404500501
GET
/v1/escalation_targets/{id}/versions
List every persisted version of an EscalationTarget
listEscalationTargetVersions 1 param → 200401403404500501
GET
/v1/escalation_targets/{id}/versions/{version}
Get a specific EscalationTarget revision
getEscalationTargetVersion 2 params → 200400401403404500501

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are EscalationTarget (16 properties), Error (1 property), EscalationTargetListResponse (1 property). Each schema is shown below with its type and property counts.

EscalationTargetKind
string
Discriminator for the EscalationTarget Handle field. role = identity role name (e.g. governance.approver); agent = registered agent id; surface = decision surf…
EscalationTargetListResponse
object
List wrapper for EscalationTarget GET endpoints. The array always serialises non-null (empty list when no targets exist).
1 property 1 required
Error
object
1 property 1 required
EscalationTargetStatus
Lifecycle state of an EscalationTarget version. Delegates to the canonical LifecycleStatus posture. Only active versions participate in runtime escalation reso…
LifecycleStatus
string
Canonical lifecycle posture for versioned governance resources (Surface, Profile, FailModePolicy, EscalationTarget). Every governed configuration entity in MID…
EscalationTarget
object
Governed, versioned escalation target. Composite (id, version) primary key. The runtime escalation-target resolver picks the highest active version whose effec…
16 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

accept-escalation-targets-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 Drift API
Accept Envelopes API
Accept Escalations API
Accept Evaluate API
Accept Evidence API