## List Supported Policies **get** `/v2/droplets/backups/supported_policies` To retrieve a list of all supported Droplet backup policies, send a GET request to `/v2/droplets/backups/supported_policies`. ### Returns - **supported\_policies:** `array of object` - **name:** `string` The name of the Droplet backup plan. - **possible\_days:** `array of string` The day of the week the backup will occur. - **possible\_window\_starts:** `array of number` An array of integers representing the hours of the day that a backup can start. - **retention\_period\_days:** `number` The number of days that a backup will be kept. - **window\_length\_hours:** `number` The number of hours that a backup window is open.