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

The KMS Keys API from Infisical — 6 operation(s) for kms keys.

Infisical KMS Keys 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 Keys. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 9 operations across 6 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.

9 operations 6 paths 0 schemas 1 DELETE4 GET1 PATCH3 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 Keys API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 9

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

KMS Keys 9
POST
/api/v1/kms/keys
Create KMS key
createKmsKey body → 200400401403404422500
GET
/api/v1/kms/keys
List KMS keys
listKmsKeys 6 params → 200400401403404422500
PATCH
/api/v1/kms/keys/{keyId}
Update KMS key
updateKmsKey 1 param body → 200400401403404422500
DELETE
/api/v1/kms/keys/{keyId}
Delete KMS key
deleteKmsKey 1 param → 200400401403404422500
GET
/api/v1/kms/keys/{keyId}
Get KMS key by ID
getKmsKeyById 1 param → 200400401403404422500
GET
/api/v1/kms/keys/key-name/{keyName}
Get KMS key by name
getKmsKeyByName 2 params → 200400401403404422500
GET
/api/v1/kms/keys/{keyId}/private-key
Export the private key (or key material) for a KMS key. For asymmetric keys (sign/verify), the private key is returned. For symmetric keys (encrypt/decrypt), the key material is returned.
getKmsKeyPrivateKey 1 param → 200400401403404422500
POST
/api/v1/kms/keys/bulk-import
Bulk import KMS keys with provided key material into a project.
bulkImportKmsKeys body → 200400401403404422500
POST
/api/v1/kms/keys/bulk-export-private-keys
Bulk export multiple KMS keys. For asymmetric keys (sign/verify), both private and public keys are returned. For symmetric keys (encrypt/decrypt), the key material is returned.
bulkExportKmsKeyPrivateKeys body → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-kms-keys-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