---
title: "Attestation"
method: POST
path: "/public/v1/query/get_attestation"
tags: ["Attestation"]
---

# Attestation

`POST /public/v1/query/get_attestation`

Get the attestation document corresponding to an enclave.

## Request body

- V1GetAttestationDocumentRequest
  - `organizationId` string, required — Unique identifier for a given organization.
  - `enclaveType` string, required — The enclave type, one of: ump, notarizer, signer, evm-parser.

## Response `200`

A successful response.

- V1GetAttestationDocumentResponse
  - `attestationDocument` string, byte, required — Raw (CBOR-encoded) attestation document.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/turnkey/apis/api-reference.md) · [All operations](https://skmtc.dev/turnkey/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/turnkey/api-reference/revisions/4d8a7c63c511/schema)
