# Summary of accounts and booths **GET /api/accounts/entities_summary** retrieves a summary of the entities in the system for all accounts if requested by a customer admin, or for the user's account, if requested by a customer admin, as well as of the number of booths in the system, including the number of booths assigned, unassigned, online and active ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ## Responses ### 200 ok #### Body: application/json (object) - **active** (number) Number of booths that are active and have sent data in the last 20 minutes - **assigned** (number) Number of booths assigned to the system - **customers** (number) Number of customer accounts in the system - **distributors** (number) Number of distributor accounts in the system - **facilities** (number) Number of facilities in the system - **online** (number) Number of booths that have sent data in the last 20 minutes - **unassigned** (number) Number of booths unassigned to the system - **users** (number) Number of users in the system ### 401 unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)