# Place Backup Order **POST /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 Response from the backup order call #### Body: application/json (object) - **continue** (boolean) - **errors** (array) - **total_cost** (string) - **iid** (string) - **iids** (array[string]) - **real_iids** (array[string]) - **serviceId** (integer(int32)) - **invoice_description** (string) - **cj_params** (object) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### default Default response [Powered by Bump.sh](https://bump.sh)