{ "opencollection": "1.0.0", "info": { "name": "Buttondown Prices API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Prices", "type": "folder" }, "items": [ { "info": { "name": "List Prices", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/prices", "params": [ { "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": "List all prices" }, { "info": { "name": "Create Price", "type": "http" }, "http": { "method": "POST", "url": "https://api.buttondown.com/v1/prices", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new price" }, { "info": { "name": "Delete Price", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.buttondown.com/v1/prices/:price_id", "params": [ { "name": "price_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Archive a price, making it unavailable for new subscriptions. Stripe prices cannot be deleted outright; archiving deactivates the price while leaving existing subscriptions on it untouched." } ] } ], "bundled": true }