Accounts
Get account
Get an account by its ID or number.
get/accounts/{account_id}
Path parameters
account_idstring required
Account ID for the account.
Example:100000
The ID or number of the account to get.
Response
The account
Example response
{
"account_id": "100000",
"account_number": "ACC0001",
"entity_id": "100000",
"name": "Clear Street"
}