{ "opencollection": "1.0.0", "info": { "name": "TollBit Auth Tokens API", "version": "v2" }, "items": [ { "info": { "name": "Auth Tokens", "type": "folder" }, "items": [ { "info": { "name": "TokensService_createAOSAccessToken", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.tollbit.com/dev/v2/tokens/aos", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "TollbitKey", "value": "{{TollbitKey}}", "placement": "header" } } }, { "info": { "name": "TokensService_createContentAccessToken", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.tollbit.com/dev/v2/tokens/content", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "TollbitKey", "value": "{{TollbitKey}}", "placement": "header" } } }, { "info": { "name": "TokensService_createCrawlAccessToken", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.tollbit.com/dev/v2/tokens/crawl", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "TollbitKey", "value": "{{TollbitKey}}", "placement": "header" } } } ] } ], "bundled": true }