Skip to main content
GET
Retrieve one contact

Authorizations

Authorization
string
header
required

Platform access token from POST /auth/token, carrying the platform audience and the developer_key_id of the registration that minted it. It acts as your own account; name a client you created with X-Hevn-Account: cl_…. Every request re-checks that the registration is still active and that the caller's source IP is inside its allowlist. A token is valid only against the server that issued it, so sandbox tokens are refused in production and production tokens in the sandbox.

Headers

X-Hevn-Account
string | null

The client account to act for, as a cl_… id. Omit it to act as yourself.

Example:

"cl_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

x-api-key
string | null

Path Parameters

contactId
string
required

Response

Successful Response

id
string
required

Stable public identifier for this contact.

Pattern: ^(?:ct_)?[A-Za-z0-9._:\-]{1,216}$
Example:

"ct_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

name
string
required

Human-readable contact name.

isExternal
boolean
required

Whether the contact is outside the selected account.

createdAt
string<date-time>
required

UTC timestamp when the contact was created.

email
string | null

Email associated with an existing HEVN contact.

address
UserAddress · object | null

Postal address of the contact or account holder.

bank
ContactPaymentAccountView · object | null

Payment-account destination details.

crypto
ContactCryptoView · object | null

On-chain destination details.