{ "opencollection": "1.0.0", "info": { "name": "TollBit Auth Tokens Get Catalog of Pages for Property API", "version": "v2" }, "items": [ { "info": { "name": "Get Catalog of Pages for Property", "type": "folder" }, "items": [ { "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" } } } ] } ], "bundled": true }