{ "opencollection": "1.0.0", "info": { "name": "Buttondown External Feeds API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "External Feeds", "type": "folder" }, "items": [ { "info": { "name": "List External Feed", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/external_feeds", "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 external feeds" }, { "info": { "name": "Create External Feed", "type": "http" }, "http": { "method": "POST", "url": "https://api.buttondown.com/v1/external_feeds", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new external feed" }, { "info": { "name": "Retrieve External Feed", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/external_feeds/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve a specific external feed by its ID" }, { "info": { "name": "Update External Feed", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.buttondown.com/v1/external_feeds/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update an external feed's properties" }, { "info": { "name": "Delete External Feed", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.buttondown.com/v1/external_feeds/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an external feed" }, { "info": { "name": "Retrieve Items", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/external_feeds/:id/items", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "expand", "value": "", "type": "query", "description": "If provided, expand the given field." }, { "name": "page", "value": "", "type": "query", "description": "The page number of the paginated response." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve items from an external feed" }, { "info": { "name": "Poll Items", "type": "http" }, "http": { "method": "POST", "url": "https://api.buttondown.com/v1/external_feeds/:id/items", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Poll for new items in an external feed" } ] } ], "bundled": true }