Skip to main content
GET
Retrieve one account

Authorizations

Authorization
string
header
required

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

Headers

X-Hevn-Account
string
required

The selected client account, as a cl_… id.

Example:

"cl_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

x-api-key
string | null

Response

Successful Response

id
string
required

Stable public identifier for this account.

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

"cl_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

status
enum<string>
required

Current account-provisioning status.

Available options:
provisioning,
ready,
failed
createdAt
string<date-time>
required

UTC timestamp when the account was created.

name
string | null

Legal or trading name of the account.

email
string | null

Email address associated with the account.

phone
string | null

Phone number in international E.164 format.

baseSmartWallet
string | null

Base smart-wallet address controlled by the account.

kybStatus
enum<string>
default:notStarted

Current business-verification status.

Available options:
notStarted,
pending,
approved,
rfi,
rejected
kybApplicationId
string | null

Latest immutable business-verification application identifier.

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

"kyb_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

failure
ClientFailureResponse · object | null

Provisioning failure details, when present.

pollUrl
string | null

Relative API URL to poll with this response's id in X-Hevn-Account.