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

Infra Providers API

The Providers API from Infra — 2 operation(s) for providers.

Infra Providers API is one of 8 APIs that Infra publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Providers. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 6 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 0.0.0.

Requests are made against a single base URL, https://api.infrahq.com.

6 operations 2 paths 4 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.0.0
Base URL
https://api.infrahq.com
Resource Areas
1

Paths & Operations 6

Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Providers 6
GET
/api/providers
ListProviders
ListProviders 4 params → 400401403404409default
POST
/api/providers
CreateProvider
CreateProvider 2 params body → 400401403404409default
DELETE
/api/providers/{id}
DeleteProvider
DeleteProvider 3 params → 400401403404409default
GET
/api/providers/{id}
GetProvider
GetProvider 2 params → 400401403404409default
PATCH
/api/providers/{id}
PatchProvider
PatchProvider 3 params body → 400401403404409default
PUT
/api/providers/{id}
UpdateProvider
UpdateProvider 3 params body → 400401403404409default

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Provider (9 properties), ListResponse_Provider (6 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Error
object
3 properties
ListResponse_Provider
object
6 properties
EmptyResponse
Provider
object
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infra-providers-api-openapi.yml Raw ↑

Other APIs Infra publishes across the network.

Infra Authentication API
Infra Destinations API
Infra Grants API
Infra Groups API
Infra Organizations API
Infra Settings API
Infra Users API