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

Query parameters

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

Response

has_next
boolean
Whether more accounts exist beyond this page. Use the cursor field to retrieve the next page.
cursor
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.
data
object[]
The list of account objects.