{ "opencollection": "1.0.0", "info": { "name": "TollBit Auth Tokens Get Tollbit Content API", "version": "v2" }, "items": [ { "info": { "name": "Get Tollbit Content", "type": "folder" }, "items": [ { "info": { "name": "ContentService_getContent", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.tollbit.com/dev/v2/content/:contentUrl", "params": [ { "name": "contentUrl", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Tollbit-Token", "value": "{{Tollbit-Token}}", "placement": "header" } } } ] } ], "bundled": true }