# List QuickServers **GET /qs** ## 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 ## Responses ### 200 The listing of `Quickservers` services on your account. #### Body: application/json (array[object]) - **qs_id** (string) The id of the qs. - **qs_name** (string) The name of the qs. - **cost** (string) The cost of the qs. - **qs_hostname** (string) The hostname of the qs. - **qs_status** (string) The status of the qs. - **qs_comment** (string) The comment of the qs. ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)