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

Infisical KMS Signing API

The KMS Signing API from Infisical — 4 operation(s) for kms signing.

Infisical KMS Signing API is one of 73 APIs that Infisical publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include KMS Signing. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 4 paths. It is described by OpenAPI 3.0.3, at version 0.0.1.

Requests are made against 3 base URLs: https://us.infisical.com, https://eu.infisical.com, http://localhost:8080.

4 operations 4 paths 0 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.1
Base URL
https://app.infisical.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Infisical KMS Signing API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 4

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

KMS Signing 4
GET
/api/v1/kms/keys/{keyId}/public-key
Get the public key for a KMS key that is used for signing and verifying data. This endpoint is only available for asymmetric keys.
getKmsKeyPublicKey 1 param → 200400401403404422500
GET
/api/v1/kms/keys/{keyId}/signing-algorithms
List all available signing algorithms for a KMS key
listKmsKeySigningAlgorithms 1 param → 200400401403404422500
POST
/api/v1/kms/keys/{keyId}/sign
Sign data with a KMS key.
signWithKmsKey 1 param body → 200400401403404422500
POST
/api/v1/kms/keys/{keyId}/verify
Verify data signatures with a KMS key.
verifyWithKmsKey 1 param body → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-kms-signing-api-openapi.yml Raw ↑

Other APIs Infisical publishes across the network.

Infisical Admin API
Infisical Alibaba Cloud Auth API
Infisical App Connections API
Infisical Audit Logs API
Infisical AWS Auth API
Infisical Azure Auth API
Infisical Cert Manager API
Infisical Dynamic Secrets API
Infisical Environments API
Infisical Event Subscriptions API
Infisical Folders API
Infisical GCP Auth API