# View Backup Order **GET /backups/{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 The Backup Information #### Body: application/json (object) - **serviceInfo** (object) - **client_links** (array[object]) - **billingDetails** (object) - **custCurrency** (string) Customer's currency. - **custCurrencySymbol** (string) Customer's currency symbol. - **serviceMaster** (object) - **package** (string) Package information. - **serviceExtra** (string) - **extraInfoTables** (object) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)