List accounts

Returns all accounts (beneficiary and funding) for the authenticated organisation, ordered by creation time descending. Use the cursor parameter to page through results.

Authentication

AuthorizationBearer
Token obtained via the login flow.

Query parameters

limitintegerOptional1-100Defaults to 20

Number of items to return (1–100, default 20).

cursorstringOptional
Opaque pagination cursor returned by a previous response.
typeenumOptional
Filter accounts by type. Omit to return both beneficiary and deposit accounts.
Allowed values:

Response

Paginated list of accounts.
accountslist of objects
hasMoreboolean
nextCursorstring or null

Errors

400
Bad Request Error
401
Unauthorized Error