Skip to main content
GET
cURL

Path Parameters

keyId
string<uuid>
required

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

Response

Default Response

signingAlgorithms
enum<string>[]
required
Available options:
RSASSA_PSS_SHA_512,
RSASSA_PSS_SHA_384,
RSASSA_PSS_SHA_256,
RSASSA_PKCS1_V1_5_SHA_512,
RSASSA_PKCS1_V1_5_SHA_384,
RSASSA_PKCS1_V1_5_SHA_256,
ECDSA_SHA_512,
ECDSA_SHA_384,
ECDSA_SHA_256,
ML_DSA_44,
ML_DSA_65,
ML_DSA_87