Skip to main content
GET
List bank accounts
Returns a paginated list of bank accounts belonging to an entity. Results are paginated.

Query parameters

string
required
The ID of the entity. You can find entity IDs using the List entities endpoint.
integer
default:"20"
Maximum number of accounts to return per page. Maximum is 100.
string
Pagination cursor for retrieving the next page of results. Returned as cursor in the response. See pagination for details.

Response

boolean
Whether more accounts exist beyond this page. Use the cursor field to retrieve the next page.
string | null
Cursor to retrieve the next page of results. Null if this is the last page. Pass this value as the cursor query parameter in a subsequent request. See pagination for details.
object[]
The list of account objects.