# Account usage statistics. **GET /mail/{id}/stats** Returns information about the usage on your mail accounts. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) Mail ID number ## Responses ### 200 OK #### Body: application/json (array[object]) - **id** (integer) - **status** (string) - **username** (string) - **password** (string) - **comment** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### 404 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)