{ "opencollection": "1.0.0", "info": { "name": "Tyk Dashboard Admin Additional Permissions Batch Requests API", "version": "5.3.0" }, "request": { "auth": { "type": "apikey", "key": "Admin-Auth", "value": "{{Admin-Auth}}", "placement": "header" } }, "items": [ { "info": { "name": "Batch Requests", "type": "folder" }, "items": [ { "info": { "name": "Tyk Run Batch Request.", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/:listen_path/tyk/batch", "params": [ { "name": "listen_path", "value": "get", "type": "path", "description": "API listen path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint to run batch request." } ] } ], "bundled": true }