Skip to main content
GET
/
api
/
v1
/
user
/
contact
/
preview
Preview contact by wallet or email
curl --request GET \
  --url https://api.hevn.finance/api/v1/user/contact/preview \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "icon": "<string>",
  "activated": false
}

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Query Parameters

wallet
string | null

EVM wallet address

email
string | null

Email address

Response

Successful Response

Lightweight user preview for contact lookup.

createdAt
string<date-time>
required
name
string | null
icon
string | null
activated
boolean
default:false