# Validate Backup Order **PUT /backups/order** ## 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 ### Body: application/json (object) - **validateOnly** (boolean) - **serviceType** (integer(int32)) - **coupon** (string) ## Responses ### 200 Validate Backup Order Response #### Body: application/json (object) - **continue** (boolean) - **errors** (array) - **serviceType** (integer(int32)) - **serviceCost** (string) - **originalCost** (string) - **repeatServiceCost** (string) - **hostname** (string) - **password** (string) - **coupon** (string) - **couponCode** (integer(int32)) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)