# /distributors/{id}/stats - Get distributor statistics **GET /distributors/{id}/stats** Get users and systems count for a specific distributor (Owner only) ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters #### Path parameters - **id** (string) Distributor ID ## Responses ### 200: Distributor stats retrieved successfully #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object) Statistics for an organization (users and systems count) ### 400: Bad request - validation error #### Body Parameters: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 401: Unauthorized - invalid or missing token #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403: Forbidden - insufficient permissions #### Body Parameters: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 404: Resource not found #### Body Parameters: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) [Powered by Bump.sh](https://bump.sh)