{ "opencollection": "1.0.0", "info": { "name": "Buttondown Advertising Units API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Advertising Units", "type": "folder" }, "items": [ { "info": { "name": "List Advertising Units", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/advertising_units", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number of the paginated response." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all advertising units" }, { "info": { "name": "Create Advertising Unit", "type": "http" }, "http": { "method": "POST", "url": "https://api.buttondown.com/v1/advertising_units", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new advertising unit" }, { "info": { "name": "Update Advertising Unit", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.buttondown.com/v1/advertising_units/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an advertising unit's properties" }, { "info": { "name": "Delete Advertising Unit", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.buttondown.com/v1/advertising_units/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an advertising unit" }, { "info": { "name": "List Advertising Slots", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/advertising_units/slots", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number of the paginated response." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List all advertising slots" }, { "info": { "name": "Update Advertising Slot", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.buttondown.com/v1/advertising_units/slots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an advertising slot's sponsor content" } ] } ], "bundled": true }