{ "opencollection": "1.0.0", "info": { "name": "DigitalOcean Sizes API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sizes", "type": "folder" }, "items": [ { "info": { "name": "List All Droplet Sizes", "type": "http" }, "http": { "method": "GET", "url": "https://api.digitalocean.com/v2/sizes", "params": [ { "name": "per_page", "value": "2", "type": "query", "description": "Number of items returned per page" }, { "name": "page", "value": "1", "type": "query", "description": "Which 'page' of paginated results to return." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "To list all of available Droplet sizes, send a GET request to `/v2/sizes`.\nThe response will be a JSON object with a key called `sizes`. The value of this will be an array of `size` objects each of which contain the standard size attributes." } ] } ], "bundled": true }