List linked bank accounts
Returns a list of bank accounts associated with a specific Straddle account. The linked bank accounts are returned sorted by creation date, with the most recently created appearing first. This endpoint supports pagination to handle accounts with multiple linked bank accounts.
Authorizations
JWT Authorization header using the Bearer scheme. Enter 'Bearer ' [space] and then your token in the text input below.
Headers
Optional client generated identifier to trace and debug a request.
Optional client generated identifier to trace and debug a series of requests.
Query Parameters
The unique identifier of the related account.
Results page number. Starts at page 1. Default value: 1
Page size. Default value: 100. Max value: 1000
Sort By. Default value: 'id'.
Sort Order. Default value: 'asc'.
asc
, desc
Was this page helpful?