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

The Profiles API from Accept — 4 operation(s) for profiles.

Accept Profiles 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 Profiles. 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 4 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 4 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 Profiles 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.

Profiles 4
GET
/v1/profiles
List authority profiles by surface
listProfiles 1 param → 200401403
GET
/v1/profiles/{id}
Get an authority profile
getProfile 1 param → 200401403404
GET
/v1/profiles/{id}/versions
List all versions of an authority profile
listProfileVersions 1 param → 200401403404
GET
/v1/profiles/{id}/recovery
Get recovery analysis for an authority profile
getProfileRecovery 1 param → 200401403404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Profile (17 properties), ProfileRecovery (12 properties), Error (1 property). Each schema is shown below with its type and property counts.

ProfileRecovery
object
Read-only recovery analysis for an authority profile.
12 properties
Error
object
1 property 1 required
LifecycleStatus
string
Canonical lifecycle posture for versioned governance resources (Surface, Profile, FailModePolicy, EscalationTarget). Every governed configuration entity in MID…
Profile
object
17 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

accept-profiles-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 Escalation Targets API
Accept Escalations API
Accept Evaluate API