{ "opencollection": "1.0.0", "info": { "name": "TollBit Auth Tokens Tollbit Content API", "version": "v2" }, "items": [ { "info": { "name": "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" } } }, { "info": { "name": "ContentService_getCatalog", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.tollbit.com/dev/v2/content/:propertyDomain/catalog/list", "params": [ { "name": "propertyDomain", "value": "", "type": "path" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "TollbitKey", "value": "{{TollbitKey}}", "placement": "header" } } }, { "info": { "name": "ContentService_batchGetRates", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.tollbit.com/dev/v2/rates/batch", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "TollbitKey", "value": "{{TollbitKey}}", "placement": "header" } } }, { "info": { "name": "ContentService_getRates", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.tollbit.com/dev/v2/rates/:contentUrl", "params": [ { "name": "contentUrl", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "TollbitKey", "value": "{{TollbitKey}}", "placement": "header" } } } ] } ], "bundled": true }