cURL
curl --request GET \ --url https://api-sandbox.argyle.com/v2/open-banking/bank-accounts \ --header 'Authorization: Basic <encoded-value>'
{ "results": [ { "id": "8057637863", "user": "01975b3b-5ba6-3ec1-2148-f595b6d92614", "account_number_display": "1104", "name": "Checking", "type": "checking", "aggregation_status_code": 0, "status": "active", "institution": "102168", "aggregation_success_date": "2025-06-10T22:04:55.000Z", "aggregation_attempt_date": "2025-06-10T22:04:55.000Z", "created_date": "2025-06-10T19:06:21.000Z", "currency": "USD", "institution_login": 8029158291, "display_position": 1, "parent_bank_account": null, "linked_account_date": "2025-06-10T19:06:29.000Z" } ], "next": "https://api-sandbox.argyle.com/v2/open-banking/bank-accounts?cursor=ZXhhbXBsZV9jdXJzb3I", "previous": null }
Returns a paginated list of the user’s bank accounts.
Username = api_key_id, Password = api_key_secret
ID of the user.
Number of bank account objects returned per page. Default: 10. Maximum: 200.
The URL returned in next or previous used to retrieve another page of results.
next
previous
URL for the next page of results, if available.
URL for the previous page of results, if available.