Accept Evidence 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 Evidence. 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 11 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 operations4 paths11 schemas4 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 Evidence 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.
Evidence 4
GET
/v1/evidence/envelopes/{id}/audit-events
Get the runtime audit-event chain for one envelope
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Envelope (18 properties), RuntimeAuditEvent (12 properties), RuntimeEvidenceIntegrityResponse (8 properties), ResolvedCapabilitySnapshot (6 properties). Each schema is shown below with its type and property counts.
ResolvedCapabilitySnapshot
object
Point-in-time snapshot of one Capability in the BusinessService's enabling set at evaluation time. The set as a whole is captured as a JSONB array on the envel…
6 properties
Envelope
object
Tamper-evident governance record for a single evaluation.
18 properties
RuntimeAuditEvent
object
One audit event in the runtime evidence chain for a governance envelope. Returned by GET /v1/evidence/envelopes/{id}/audit-events (D30b). The shape mirrors the…
12 properties11 required
Error
object
1 property1 required
RuntimeEvidencePacket
object
Response wrapper for GET /v1/evidence/envelopes/{id}/packet (D30e). Composes three existing runtime evidence reads — envelope detail, the ordered audit-event c…
5 properties5 required
ResolvedBusinessServiceSnapshot
object
Point-in-time snapshot of the BusinessService that owned the resolved Process at evaluation time. See ADR-0001.
5 properties
RuntimeEvidenceIntegrityResponse
object
Response wrapper for GET /v1/evidence/envelopes/{id}/integrity (D30d). Reports the integrity status of the audit-event chain for one envelope. valid is true on…
8 properties6 required
RuntimeAuditEventListResponse
object
Response wrapper for GET /v1/evidence/envelopes/{id}/audit-events. items is always present (empty list for envelopes with no events recorded — an operationally…
3 properties3 required
RuntimeAuditEventSearchResponse
object
Response wrapper for GET /v1/evidence/audit-events (D30c). Cross-envelope search results: items may span multiple envelopes, so the wrapper deliberately omits…
3 properties2 required
ResolvedProcessSnapshot
object
Point-in-time snapshot of the Process the resolved Surface belonged to at evaluation time. Captured as evidence on the envelope per ADR-0001; not derived from…
5 properties
ResolvedStructure
object
Service-led structural context resolved at evaluation time: the Process the Surface belongs to, the BusinessService that owns the Process, and the set of Capab…
3 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.