GET
/
api
/
v1
/
kms
/
keys
/
{keyId}
/
signing-algorithms
curl --request GET \
  --url https://us.infisical.com/api/v1/kms/keys/{keyId}/signing-algorithms
{
  "signingAlgorithms": [
    "RSASSA_PSS_SHA_512"
  ]
}

Path Parameters

keyId
string
required

The ID of the key to list the signing algorithms for. The key must be for signing and verifying.

Response

200
application/json
Default Response

The response is of type object.