{ "opencollection": "1.0.0", "info": { "name": "OddsJam Fixtures Players API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Players", "type": "folder" }, "items": [ { "info": { "name": "List players", "type": "http" }, "http": { "method": "GET", "url": "https://api.opticodds.com/api/v3/players" }, "docs": "List players" } ] } ], "bundled": true }