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

The Groups API from Infra — 3 operation(s) for groups.

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

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

This API exposes 5 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.

5 operations 3 paths 4 schemas 1 DELETE2 GET1 PATCH1 POST

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 5

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

Groups 5
GET
/api/groups
ListGroups
ListGroups 6 params → 400401403404409default
POST
/api/groups
CreateGroup
CreateGroup 2 params body → 400401403404409default
DELETE
/api/groups/{id}
DeleteGroup
DeleteGroup 3 params → 400401403404409default
GET
/api/groups/{id}
GetGroup
GetGroup 3 params → 400401403404409default
PATCH
/api/groups/{id}/users
UpdateUsersInGroup
UpdateUsersInGroup 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_Group (6 properties), Group (5 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Error
object
3 properties
EmptyResponse
ListResponse_Group
object
6 properties
Group
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infra-groups-api-openapi.yml Raw ↑

Other APIs Infra publishes across the network.

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