Atrium API
Read an Account
Reading an account allows you to get information about a specific account that belongs to a user. That includes the account type — e.g., CHECKING, MONEY_MARKET, or PROPERTY — the balance, the date the account was started, and much more.
There are two endpoints for reading an account. Both will return the same information.
GET
/users/{user_guid}/accounts/{account_guid}
GET
/users/{user_guid}/members/{member_guid}/accounts/{account_guid}
Request sample
Language:shell
Response sample
Language:json