{ "opencollection": "1.0.0", "info": { "name": "DigitalOcean Actions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Actions", "type": "folder" }, "items": [ { "info": { "name": "List All Actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.digitalocean.com/v2/actions", "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": "This will be the entire list of actions taken on your account, so it will be quite large. As with any large collection returned by the API, the results will be paginated with only 20 on each page by default." }, { "info": { "name": "Retrieve an Existing Action", "type": "http" }, "http": { "method": "GET", "url": "https://api.digitalocean.com/v2/actions/:action_id", "params": [ { "name": "action_id", "value": "36804636", "type": "path", "description": "A unique numeric ID that can be used to identify and reference an action." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "To retrieve a specific action object, send a GET request to `/v2/actions/$ACTION_ID`." } ] } ], "bundled": true }