{ "opencollection": "1.0.0", "info": { "name": "Reverb Accounts Wants API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Wants", "type": "folder" }, "items": [ { "info": { "name": "Authenticated user's \"wants\" list", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/wants" }, "docs": "Authenticated user's \"wants\" list" } ] } ], "bundled": true }