Skip to main content
POST
https://api.0xkey.io
/
public
/
v1
/
query
/
get_boot_proof
Get a specific boot proof
curl --request POST \
  --url https://api.0xkey.io/public/v1/query/get_boot_proof \
  --header 'Content-Type: application/json' \
  --header 'X-Stamp: <api-key>' \
  --data '
{
  "organizationId": "<string>",
  "ephemeralKey": "<string>"
}
'
{
  "bootProof": {
    "ephemeralPublicKeyHex": "<string>",
    "awsAttestationDocB64": "<string>",
    "qosManifestB64": "<string>",
    "qosManifestEnvelopeB64": "<string>",
    "deploymentLabel": "<string>",
    "enclaveApp": "<string>",
    "owner": "<string>",
    "createdAt": {
      "seconds": "<string>",
      "nanos": "<string>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Stamp
string
header
required

Body

application/json
organizationId
string
required

Unique identifier for a given Organization.

ephemeralKey
string
required

Hex encoded ephemeral public key.

Response

A successful response.

bootProof
object
required