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

The Grants API from Infra — 2 operation(s) for grants.

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

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

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

5 operations 2 paths 5 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 2 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.

Grants 5
GET
/api/grants
ListGrants
ListGrants 12 params → 400401403404409default
PATCH
/api/grants
UpdateGrants
UpdateGrants 2 params body → 400401403404409default
POST
/api/grants
CreateGrant
CreateGrant 2 params body → 400401403404409default
DELETE
/api/grants/{id}
DeleteGrant
DeleteGrant 3 params → 400401403404409default
GET
/api/grants/{id}
GetGrant
GetGrant 3 params → 400401403404409default

Schemas 5

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

ListResponse_Grant
object
6 properties
Grant
object
8 properties
CreateGrantResponse
object
9 properties
Error
object
3 properties
EmptyResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infra-grants-api-openapi.yml Raw ↑

Other APIs Infra publishes across the network.

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