cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/banking/accounts \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "currency": "<string>", "current_balance": 123, "available_balance": 123, "description": "<string>", "reference": "<string>", "reference_type": "<string>", "current_balance_last_update_date": "2025-01-01T00:00:00Z", "available_balance_last_update_date": "2025-01-01T00:00:00Z", "holder_name": "John Doe", "active": true } ], "total": 1, "page": 2, "size": 2 }
Returns the list of banking accounts
This access token needs to be included in each of your request to the Chift API.
Page number
x >= 1
Page size
1 <= x <= 100
Successful Response
Show child attributes
x >= 0