Example list accounts request:
GET /v1/accounts Content-Type: application/json Authorization: Bearer <access_token>
Response:
HTTP 200 OK { "data": [ { "balance": 50000000, "currency": "EUR", "id": "gHcYiRdtr", "name": "EUR SEPA Account" } ] "has_more": false }
← Versioning Transactions →