Skip to main content
GET
List the escrows this account operates

Authorizations

Authorization
string
header
required

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

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

Query Parameters

status
enum<string>[] | null
Available options:
draft,
authorized,
charged,
partiallyCaptured,
captured,
voided,
reclaimed,
partiallyRefunded,
refunded
senderClientId
string | null
receiverClientId
string | null
limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string | null
Maximum string length: 512

Response

Successful Response

items
EscrowView · object[]
required

Resources in this page, in stable server-defined order.

nextCursor
string | null

Opaque cursor for the next page; absent when this is the final page.