# List Backups **GET /backups** ## 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 `Backups` services on your account. #### Body: application/json (array[object]) - **backup_id** (string) The id of the backup. - **backup_name** (string) The name of the backup. - **backup_cost** (string) The cost of the backup. - **backup_username** (string) The username of the backup. - **backup_status** (string) The status of the backup. - **services_name** (string) The services name of the backup. ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)