v1

latestOpenAPI 3.1.02026-07-26102158206.8 KB
KMS

Get KMS details

Retrieve KMS instance details by hashed ID or slug.

get/api/v1/kms/{kms_id}

Path parameters

kms_idstring required

KMS ID (hashed) or slug

KMS ID (hashed) or slug

Response

Successful Response

idstring hashid required

Hashed KMS identifier (kms_xxxxx)

slugstring nullable

Human-readable KMS name

urlstring required

KMS endpoint URL

versionstring required

KMS software version

chain_idinteger nullable

Blockchain chain ID if onchain

kms_contract_addressstring nullable

Smart contract address if onchain

gateway_app_idstring nullable

Gateway application ID

Example response

{
  "id": "kms_0123abcd"
}