# Get an account **GET /api/accounts/{id}** Get an account's details by its ID in the system. Only available to Garmat administrators and for other users' own account. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) the ID of the account to retrieve ## Responses ### 200 OK #### Body: application/json (object) - **booths** (number) Number of booths in the system associated to the account - **facilities** (number) Number of facilities in the system associated to the account - **id** (string) ID of the account in the system - **name** (string) Name of the account - **regions** (number) Number of regions in the system associated to the account - **status** (string) Whether the account is active or has been deactivated - **type** (string) Account type - **users** (number) Number of users in the system associated to the account ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 404 Not Found #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)