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
limit
Number of items to return (1–100, default 20).
cursor
Opaque pagination cursor returned by a previous response.
Response
Paginated list of accounts.
accounts
hasMore
nextCursor
Errors
400
Bad Request Error
401
Unauthorized Error