{ "opencollection": "1.0.0", "info": { "name": "Buttondown Bulk Actions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Bulk Actions", "type": "folder" }, "items": [ { "info": { "name": "Create Bulk Action", "type": "http" }, "http": { "method": "POST", "url": "https://api.buttondown.com/v1/bulk_actions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new bulk action" }, { "info": { "name": "Retrieve Bulk Action", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/bulk_actions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve the status of a bulk action" } ] } ], "bundled": true }