# List VPS Orders **GET /vps** ## 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 `Vps` services on your account. #### Body: application/json (array[object]) - **vps_id** (string) The id of the vps. - **vps_name** (string) The name of the vps. - **repeat_invoices_cost** (string) The repeat invoices cost of the vps. - **vps_hostname** (string) The hostname of the vps. - **vps_ip** (string) The ip of the vps. - **vps_status** (string) The status of the vps. - **services_name** (string) The services name of the vps. - **vps_comment** (string) The comment of the vps. ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)