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

ACI.dev apps API

The apps API from ACI.dev — 2 operation(s) for apps.

ACI.dev apps API is one of 4 APIs that ACI.dev publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include apps. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 9 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 0.0.1-beta.3.

Requests are made against a single base URL, https://api.aci.dev.

2 operations 2 paths 5 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1-beta.3
Server
https://api.aci.dev
Authentication
API Key
Contact
License
Resource Areas
1

Authentication & Security 1

ACI.dev apps API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (APIKeyHeader).

  • APIKeyHeader — API key for authentication

Paths & Operations 2

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

apps 2
GET
/v1/apps/search
Search Apps
apps-search_apps 5 params → 200422
GET
/v1/apps/{app_name}
Get App Details
apps-get_app_details 1 param → 200422

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ValidationError (3 properties), AppBasicWithFunctions (3 properties), AppBasic (2 properties), FunctionBasic (2 properties). Each schema is shown below with its type and property counts.

AppBasicWithFunctions
object
3 properties 3 required
FunctionBasic
object
2 properties 2 required
ValidationError
object
3 properties 3 required
AppBasic
object
2 properties 2 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aci-dev-apps-api-openapi.yml Raw ↑

Other APIs ACI.dev publishes across the network.

ACI.dev app-configurations API
ACI.dev functions API
ACI.dev linked-accounts API