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 linked-accounts API

The linked-accounts API from ACI.dev — 4 operation(s) for linked-accounts.

ACI.dev linked-accounts 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 linked-accounts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 9 JSON Schemas.

This API exposes 5 operations across 4 paths, and defines 4 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.

5 operations 4 paths 4 schemas 1 DELETE4 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 linked-accounts 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 5

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

linked-accounts 5
GET
/v1/linked-accounts/oauth2
Link Oauth2 Account
linked-accounts-link_oauth2_account 3 params → 200422
GET
/v1/linked-accounts/oauth2/callback
Linked Accounts Oauth2 Callback
linked-accounts-linked_accounts_oauth2_callback → 200
GET
/v1/linked-accounts
List Linked Accounts
linked-accounts-list_linked_accounts 2 params → 200422
GET
/v1/linked-accounts/{linked_account_id}
Get Linked Account
linked-accounts-get_linked_account 1 param → 200422
DELETE
/v1/linked-accounts/{linked_account_id}
Delete Linked Account
linked-accounts-delete_linked_account 1 param → 204422

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are LinkedAccountPublic (8 properties), ValidationError (3 properties), HTTPValidationError (1 property). Each schema is shown below with its type and property counts.

SecurityScheme
string
security scheme type for an app (or function if support override)
ValidationError
object
3 properties 3 required
LinkedAccountPublic
object
8 properties 8 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aci-dev-linked-accounts-api-openapi.yml Raw ↑

Other APIs ACI.dev publishes across the network.

ACI.dev app-configurations API
ACI.dev apps API
ACI.dev functions API