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" } ] }
Returns an array of the user’s bank accounts.
Username = api_key_id, Password = api_key_secret
ID of the user.
The response is of type object.
object