cURL
curl --request GET \ --url https://us.infisical.com/api/v1/kms/keys/{keyId}/signing-algorithms
{ "signingAlgorithms": [ "RSASSA_PSS_SHA_512" ] }
List all available signing algorithms for a KMS key
The ID of the key to list the signing algorithms for. The key must be for signing and verifying.
Default Response
The response is of type object.
object
Was this page helpful?