v1
latestOpenAPI 3.1.02026-07-22155403592.5 KBBanking
Banking accounts
Get aggregated list of account counterparts found in transactions
Returns the aggregated list of account counterpats found in transactions. Useful for categorisation.
get/consumers/{consumer_id}/banking/counterparts
Path parameters
consumer_idstring uuid required
Query parameters
pageinteger
Page number
sizeinteger
Page size
account_idstring nullable
date_fromstring date nullable
date_tostring date nullable
Response
Successful Response
Example response
{
"items": [
{
"name": "John Doe",
"reference": "FR76300040123456789012345678",
"details": "Chift counterpart"
}
]
}