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