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

Insforge S3 Access Keys API

The S3 Access Keys API from Insforge — 3 operation(s) for s3 access keys.

Insforge S3 Access Keys API is one of 11 APIs that Insforge publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include S3 Access Keys. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against the base URL https://api.insforge.dev.

4 operations 3 paths 5 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.insforge.dev
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Insforge S3 Access Keys API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 4

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

S3 Access Keys 4
GET
/api/storage/s3/config
Get S3 Gateway Config
→ 200401
GET
/api/storage/s3/access-keys
List S3 Access Keys
→ 200401429
POST
/api/storage/s3/access-keys
Create S3 Access Key
body → 201400401429
DELETE
/api/storage/s3/access-keys/{id}
Revoke S3 Access Key
1 param → 204401404429

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are S3AccessKey (5 properties), ErrorResponse (4 properties), S3GatewayConfig (2 properties), CreateS3AccessKeyRequest (1 property). Each schema is shown below with its type and property counts.

ErrorResponse
object
4 properties 3 required
S3AccessKey
object
An S3 access key record (without the plaintext secret).
5 properties 5 required
CreateS3AccessKeyRequest
object
1 property
S3GatewayConfig
object
Read-only config of the S3 protocol gateway.
2 properties 2 required
S3AccessKeyWithSecret

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

insforge-s3-access-keys-api-openapi.yml Raw ↑

Other APIs Insforge publishes across the network.

Insforge Admin API
Insforge Channels API
Insforge Client API
Insforge Configuration API
Insforge Messages API
Insforge Payment Webhooks API
Insforge Permissions API
Insforge Razorpay Payments API
Insforge S3 Protocol API
Insforge Stripe Payments API