Get an account
Path parameters
-
ID of the account.
GET /v2/accounts/{id}
curl \
-X GET https://api.memo.bank/v2/accounts/c70bd7bc-58e0-4fdb-8c1f-70186e0de587
Response examples (200)
{
"id": "db2b50c0-a943-4eb1-a69f-fa37f112daa8",
"name": "Main account",
"status": "active",
"balance": 42,
"currency": "EUR",
"iban": "FR7617338000017498690379033",
"type": "current_account",
"is_main": true
}