# Get accounts Endpoint: GET /v1/accounts Version: 1.0.0_Beta ## Query parameters: - `accountId` (string) Filter Accounts by Account ID - `accountName` (string) Filter Accounts by Account Name - `accountType` (array) Filter Accounts by Account type - `rootAccountOnly` (boolean) Filter root accounts only - `page` (integer) Requested page number - `limit` (integer) Number of records per page ## Response 200 fields (application/json): - `status` (string) ## Response 400 fields (application/json): - `status` (string) ## Response 500 fields (application/json): - `status` (string)