cURL
curl --request GET \ --url https://api.maesn.dev/accounting/bankAccounts \ --header 'X-ACCOUNT-KEY: <x-account-key>' \ --header 'X-API-KEY: <x-api-key>'
{ "meta": { "warnings": [ "Field not used by target system" ], "pagination": { "total": 123, "perPage": 123, "currentPage": 123, "totalPages": 123 } }, "data": [ { "id": "5570042", "balance": 100, "bankName": "F. van Lanschot Bankiers", "bic": "SNSBNL2A", "createdDate": "2025-01-01T00:00:00Z", "currency": "EUR", "description": "Business Savings Account", "fileType": "CSV", "iban": "NL46INGB3591831883", "name": "Business Bank", "number": "0150", "system": "Internal", "status": "ACTIVE", "type": "GIRO", "updatedDate": "2025-02-01T00:00:00Z" } ] }
sevdesk
lastModifiedAt
true
CSV
MT940
ACTIVE
ARCHIVED
PAYMENT_PROVIDER
CURRENT_ASSET
API key
"example value"
Account key
5
10
20
50
100
The response is of type object.
object
Was this page helpful?