Skip to main content
POST
/
api
/
v1
/
tee
/
attestate_jwt
Attestate Jwt
curl --request POST \
  --url https://api.hevn.finance/api/v1/tee/attestate_jwt \
  --header 'Content-Type: application/json' \
  --data '
{
  "googleJwt": "<string>",
  "msg": "<string>",
  "receiverId": "<string>"
}
'
{
  "hashEmail": "<string>",
  "authPayload": "<string>",
  "signature": "<string>",
  "publicKey": "<string>",
  "timestamp": 123
}

Body

application/json
googleJwt
string
required
msg
string
required
receiverId
string
required

Response

Successful Response

hashEmail
string
required
authPayload
string
required
signature
string
required
publicKey
string
required
timestamp
integer
required