---
title: "Get accounts information"
method: GET
path: "/v3/aggregation/accounts-information"
tags: ["Account check"]
---

# Get accounts information

`GET /v3/aggregation/accounts-information`

Fetch IBAN and user's identity
Please contact us to activate this feature

## Response `200`

Accounts information

- object
  - `resources` AccountsInformation[]
    - `item_id` number — Item's unique identifier
    - `first_name` string — User's first name
    - `last_name` string — User's last name
    - `accounts` object[]
      - `id` number — Account's unique identifier
      - `name` string — Account's name
      - `type` string — Account's type
      - `currency_code` string — Account's currency
      - `provider_id` number — Account's provider
      - `iban` string — Account's IBAN number

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
