{ "opencollection": "1.0.0", "info": { "name": "DNSimple Accounts API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsimple.com/v2/accounts" }, "docs": "List accounts" } ] } ], "bundled": true }