# Get QuickServer Order **GET /qs/{id}** ## 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) The order ID number. ## Responses ### 200 Quickserver details #### Body: application/json (object) - **serviceInfo** (object) - **client_links** (array[object]) - **billingDetails** (object) - **custCurrency** (string) Currency of the customer - **custCurrencySymbol** (string) Currency symbol of the customer - **serviceMaster** (object) - **package** (string) Package name - **os_template** (string) Operating system template - **serviceExtra** (object) - **extraInfoTables** (object) - **cpu_graph_data** (string) CPU graph data - **bandwidth_xaxis** (string) Bandwidth x-axis data - **bandwidth_yaxis** (string) Bandwidth y-axis data - **module** (string) Module information - **token** (string) Authentication token - **service_disk_used** (string) Used disk space - **service_disk_total** (string) Total disk space - **disk_percentage** (number) Disk usage percentage - **memory** (string) Memory information - **hdd** (string) HDD information - **service_overview_extra** (array[string]) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)