---
title: "Retrieving information on bank accounts related to the conversation"
method: GET
path: "/api/conversations/{conversationId}/bankTransactions/accounts"
tags: ["Bank"]
---

# Retrieving information on bank accounts related to the conversation

`GET /api/conversations/{conversationId}/bankTransactions/accounts`

Returns information about the accounts from which transactions have been downloaded.
This information occurs only when the _bankTransactions_ section was defined when creating a conversation.
and are available when the appropriate callback is received, or when the _bankTransactions_ status reaches _FINISHED_.

## Description of the Response Content

Detailed description of returned fields:

| Parameter | Example | Description |
| --------- | ------- | ----------- |
| date | 2020-09-17T11: 18: 21.999Z | Date on which the information was collected.|
| balance | 10030 | Account balance in a currency unit, e.g. in pennies. The value determines the balance of funds available on the account or, if there is no such information, the balance of funds booked. It may not occur if the bank does not provide the balance. |
| bank | BREXPLPW | Bank where the transaction was performed. The value identifies the bank as the SWIFT / BIC code. |
| accountId | PL68249000050000400075212326 | Account number. |
| currency | PLN | currency type |
| activationDate | 2014-11-19 | The date when the account was opened or the date of the oldest transaction found. |

## Path parameters

- `conversationId` string, required

## Response `200`

Account information available

## Other responses

- `402` — Exhaustion of the plan or limitations related to non-payment
- `403` — Forbidden
- `404` — Conversation not found
- `410` — Conversation is unavailable
- `500` — Server side error

---

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