To retrieve the snapshots that have been created from a Droplet, send a GETrequest to /v2/droplets/$DROPLET_ID/snapshots.You will get back a JSON object that has a snapshots key. This will be setto an array of snapshot objects, each of which contain the standard Dropletsnapshot attributes.
To retrieve the snapshots that have been created from a Droplet, send a GETrequest to
/v2/droplets/$DROPLET_ID/snapshots.You will get back a JSON object that has asnapshotskey. This will be setto an array of snapshot objects, each of which contain the standard Dropletsnapshot attributes.