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

The Organizations API from Infra — 3 operation(s) for organizations.

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

Tagged areas include Organizations. 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 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 3 paths 4 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.

Organizations 6
POST
/api/forgot-domain-request
RequestForgotDomains
RequestForgotDomains 1 param body → 400401403404409default
GET
/api/organizations
ListOrganizations
ListOrganizations 5 params → 400401403404409default
POST
/api/organizations
CreateOrganization
CreateOrganization 2 params body → 400401403404409default
DELETE
/api/organizations/{id}
DeleteOrganization
DeleteOrganization 3 params → 400401403404409default
GET
/api/organizations/{id}
GetOrganization
GetOrganization 3 params → 400401403404409default
PUT
/api/organizations/{id}
UpdateOrganization
UpdateOrganization 3 params body → 400401403404409default

Schemas 4

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

Organization
object
6 properties
Error
object
3 properties
EmptyResponse
ListResponse_Organization
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infra-organizations-api-openapi.yml Raw ↑

Other APIs Infra publishes across the network.

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