Skip to main content
GET
List escrow disbursements

Headers

Authorization
string
default:NONE
required

Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.

Example:

"Bearer eyJraWQ..."

X-Api-Key
string
default:NONE
required

API key for server-to-server flows, or the literal string NONE when authenticating via JWT.

Example:

"pcx_abc123_xxxx"

Path Parameters

escrow_id
string
required

Query Parameters

limit
integer
default:50

Maximum number of results to return

last_key
string

Pagination cursor from the previous response's next_key.

Response

Paginated disbursement history

status
enum<string>
Available options:
success,
error
Example:

"success"

message
string
data
object[]
next_key
string | null

Cursor to pass as last_key for the next page; null when no more pages.