---
title: "List Enclave Keys"
method: GET
path: "/api/v1/enclave-keys"
tags: ["Enclave Keys"]
---

# List Enclave Keys

`GET /api/v1/enclave-keys`

Get the public keys of the enclave.

## Response `200`

Successful Response

- ListEnclaveKeysResponse
  - `sign_key` AttestedSigningKey — Signing key attested by the enclave.
    - `public_key` string, required — Public key used for signing.
    - `attestation` Attestation, required — Attestation of a public key.
      - `attestation` string, required
      - `certificate` string, required
  - `encryption_key` SignedEncryptionKey, required — Encryption key signed by the enclave.
    - `public_key` string, required — Public key used for encryption.
    - `timestamped_signature` TimestampedSignature, required
      - `signature` string, required
      - `timestamp` integer, required
    - `certificate` string, required — Short-lived ECDSA-signed certificate for the encryption public key.
  - `intent_signing_key` AttestedSigningKey, required — Signing key attested by the enclave.
    - `public_key` string, required — Public key used for signing.
    - `attestation` Attestation, required — Attestation of a public key.
      - `attestation` string, required
      - `certificate` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `408` — Request Timeout
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

---

[API](https://skmtc.net/fordefi/apis/fordefi-api.md) · [All operations](https://skmtc.net/fordefi/apis/fordefi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fordefi/fordefi-api/versions/8014fd69ea17/schema)
