get https://api.truelayer.com/data/v1/accounts/
Get a specific account
Responses
Get a specific account
xxxxxxxxxx
curl --request GET \
--url https://api.truelayer.com/data/v1/accounts/account_id \
--header 'accept: application/json'
xxxxxxxxxx
19{
"results": [
{
"update_timestamp": "2017-02-07T17:29:24.740802Z",
"account_id": "f1234560abf9f57287637624def390871",
"account_type": "TRANSACTION",
"display_name": "Club Lloyds",
"currency": "GBP",
"account_number": {
"iban": "GB35LOYD12345678901234",
"number": "12345678",
"sort_code": "12-34-56"
},
"provider": {
"provider_id": "lloyds"
}
}
]
}