Returns a paginated list of the bank accounts visible to you, newest first. Accounts your company owns are included, along with any shared with you. Accounts deleted with DELETE /bank-accounts/{id} are not listed.
Expect to see accounts you did not create. One is added automatically for each party that sends funds to your virtual accounts, with subType REMITTER.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Invalid input. Returned when a query parameter cannot be parsed, for example a direction other than ASC or DESC, or a non-numeric limit or index. The body is the standard error shape with a message naming the parameter that failed to convert.
401Unauthorized. The bearer token is missing, expired or invalid.
403Forbidden. The token lacks the role needed to read bank accounts.
404Not found
500Internal server error. Also returned for a limit below 1 or an unrecognised sortBy field.
