# List accounts **GET /api/accounts** Returns a list of accounts, paginated according to the pagination parameters. Only available to Garmat administrators. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Query parameters - **filter** (string) criteria to filter by - **sort** (string) criteria to sort by - **limit** (string) amount of results per page to return - **page** (string) page number ## Responses ### 200 OK #### Body: application/json (object) - **data** (array[object]) Accounts data - **limit** (number) The number of items per page currently applied - **page** (number) The number of the page returned - **pages** (number) The total number of pages matching the current search - **total** (number) The total number of accounts matching the query ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)