{ "opencollection": "1.0.0", "info": { "name": "Buttondown Coupons API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Coupons", "type": "folder" }, "items": [ { "info": { "name": "List Coupons", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/coupons", "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 Stripe coupons" } ] } ], "bundled": true }