Introduction The DigitalOcean API allows you to manage Droplets and resources within the DigitalOcean cloud in a simple, programmatic way using conventional HTTP requests. All of the functionality that you are familiar with in the DigitalOcean control panel is also available through the API, all
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.digitalocean.com/v2/apps
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.digitalocean.com/v2/tags
curl \ -H "Authorization: Bearer $API_KEY" \ https://api.digitalocean.com/v2/vpcs