Skip to main content
GET
/
consumers
/
{consumer_id}
/
banking
/
counterparts
Get aggregated list of account counterparts found in transactions
curl --request GET \
  --url https://api.chift.eu/consumers/{consumer_id}/banking/counterparts
{
  "items": [
    {
      "name": "John Doe",
      "reference": "FR76300040123456789012345678",
      "details": "Chift counterpart"
    }
  ],
  "total": 1,
  "page": 2,
  "size": 2
}

Documentation Index

Fetch the complete documentation index at: https://docs.chift.eu/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

consumer_id
string<uuid>
required

Query Parameters

page
integer
default:1

Page number

Required range: x >= 1
size
integer
default:50

Page size

Required range: 1 <= x <= 100
account_id
string | null
date_from
string<date> | null
date_to
string<date> | null

Response

Successful Response

items
BankingCounterPartItem · object[]
required
total
integer
required
Required range: x >= 0
page
integer
required
Required range: x >= 1
size
integer
required
Required range: x >= 1