{ "opencollection": "1.0.0", "info": { "name": "Buttondown Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.buttondown.com/v1/accounts/me", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve the account associated with the current API key" } ] } ], "bundled": true }