To retrieve any backups associated with a Droplet, send a GET request to/v2/droplets/$DROPLET_ID/backups.You will get back a JSON object that has a backups key. This will be set toan array of backup objects, each of which contain the standardDroplet backup attributes.
To retrieve any backups associated with a Droplet, send a GET request to
/v2/droplets/$DROPLET_ID/backups.You will get back a JSON object that has abackupskey. This will be set toan array of backup objects, each of which contain the standardDroplet backup attributes.