Skip to main content
POST
/
api
/
v1
/
auth
/
tee
/
attestate_jwt
Attestate Jwt
curl --request POST \
  --url https://api.hevn.finance/api/v1/auth/tee/attestate_jwt \
  --header 'Content-Type: application/json' \
  --data '
{
  "encrypted_data": "<string>",
  "client_pubkey": "<string>"
}
'
{
  "hash_email": "<string>",
  "auth_payload": "<string>",
  "signature": "<string>",
  "public_key": "<string>",
  "timestamp": 123
}

Body

application/json
encrypted_data
string
required
client_pubkey
string
required

Response

Successful Response

hash_email
string
required
auth_payload
string
required
signature
string
required
public_key
string
required
timestamp
integer
required