v1

latestOpenAPI 3.1.02026-08-04751,1671.3 MB
Enclave Keys

List Enclave Keys

Get the public keys of the enclave.

get/api/v1/enclave-keys

Response

Successful Response

Example response

{
  "sign_key": {
    "public_key": "SGVsbG8=",
    "attestation": {
      "attestation": "SGVsbG8=",
      "certificate": "SGVsbG8="
    }
  },
  "encryption_key": {
    "public_key": "SGVsbG8=",
    "timestamped_signature": {
      "signature": "SGVsbG8="
    },
    "certificate": "SGVsbG8="
  },
  "intent_signing_key": {
    "public_key": "SGVsbG8=",
    "attestation": {
      "attestation": "SGVsbG8=",
      "certificate": "SGVsbG8="
    }
  }
}