Skip to main content
GET
/
api
/
v1
/
auth
/
tee
/
google_certs
Get Google Certs
curl --request GET \
  --url https://api.hevn.finance/api/v1/auth/tee/google_certs
{
  "msg": "<string>",
  "signature": "<string>",
  "public_key": "<string>"
}

Response

200 - application/json

Successful Response

msg
string
required
signature
string
required
public_key
string
required