GET
/
v1
/
attestation
{
  "code_attestation": "asdf",
  "operator_pubkey": "<string>",
  "tee_name": "<string>",
  "tee_public_key": "<string>"
}

Response

200 - application/json
Successful response
code_attestation
string

Base64 encoded attestation data

Example:

"asdf"

operator_pubkey
string

Operator's public key

tee_name
string

Name of the Trusted Execution Environment

tee_public_key
string

Public key of the TEE