get https://api.bridgeapi.io/v3/aggregation/accounts/
Retrieve the details of a single account
Responses
Retrieve the details of a single account
xxxxxxxxxx
curl --request GET \
--url https://api.bridgeapi.io/v3/aggregation/accounts/id \
--header 'Bridge-Version: 2025-01-15' \
--header 'accept: application/json'
xxxxxxxxxx
26}
{
"id": 2341501,
"name": "Compte Crédit Immobilier",
"balance": -140200.46,
"accounting_balance": -140200.46,
"instant_balance": -140200.46,
"updated_at": "2024-10-16T07:59:11.785Z",
"type": "loan",
"currency_code": "EUR",
"item_id": 123456789,
"provider_id": 574,
"loan_details": {
"next_payment_date": "2024-12-01",
"next_payment_amount": 1000,
"maturity_date": "2035-04-30",
"opening_date": "2024-11-01",
"interest_rate": 1.25,
"type": "mortgage",
"borrowed_capital": 140200,
"repaid_capital": 40200,
"remaining_capital": 100000
},
"pro": "false",
"data_access": "enabled",
"iban": "FR2420020202260600024M02606"