v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Accounts

List accounts

Return a list of the user's accounts

get/v3/aggregation/accounts

Query parameters

limitnumber

Number of records to return

item_idnumber
Example:9465465

Filter accounts by item

Response

List accounts

Example response

{
  "resources": [
    {
      "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",
      "last_refresh_status": "successful",
      "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
      },
      "data_access": "enabled",
      "iban": "FR2420020202260600024M02606"
    }
  ]
}