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

The Destinations API from Infra — 3 operation(s) for destinations.

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

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

This API exposes 6 operations across 3 paths, and defines 5 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 3 paths 5 schemas 1 DELETE2 GET2 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 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Destinations 6
GET
/api/destinations
ListDestinations
ListDestinations 7 params → 400401403404409default
POST
/api/destinations
CreateDestination
CreateDestination 2 params body → 400401403404409default
DELETE
/api/destinations/{id}
DeleteDestination
DeleteDestination 3 params → 400401403404409default
GET
/api/destinations/{id}
GetDestination
GetDestination 3 params → 400401403404409default
PUT
/api/destinations/{id}
UpdateDestination
UpdateDestination 3 params body → 400401403404409default
POST
/api/tokens
CreateToken
CreateToken 2 params → 400401403404409default

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Destination (12 properties), ListResponse_Destination (6 properties), Error (3 properties), CreateTokenResponse (2 properties). Each schema is shown below with its type and property counts.

ListResponse_Destination
object
6 properties
Destination
object
12 properties
Error
object
3 properties
EmptyResponse
CreateTokenResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infra-destinations-api-openapi.yml Raw ↑

Other APIs Infra publishes across the network.

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