{ "opencollection": "1.0.0", "info": { "name": "Reverb Accounts Currencies API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Currencies", "type": "folder" }, "items": [ { "info": { "name": "Supported display currencies", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/currencies/display" }, "docs": "Supported display currencies" }, { "info": { "name": "Supported listing currencies", "type": "http" }, "http": { "method": "GET", "url": "https://reverb.com/api/currencies/listing" }, "docs": "Supported listing currencies" } ] } ], "bundled": true }