Skip to main content
GET
/
v2
/
open-banking
/
bank-accounts
/
{bank_account_id}
Retrieve a bank account
curl --request GET \
  --url https://api-sandbox.argyle.com/v2/open-banking/bank-accounts/{bank_account_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "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"
}

Authorizations

Authorization
string
header
required

Username = api_key_id, Password = api_key_secret

Path Parameters

bank_account_id
string
required

ID of the bank account.

Query Parameters

user
string<uuid>
required

ID of the user.

Response

200 - application/json

The response is of type object.