{ "opencollection": "1.0.0", "info": { "name": "Fixtures-v2 Competitions Pending requests API", "version": "2.0.280" }, "items": [ { "info": { "name": "Pending requests", "type": "folder" }, "items": [ { "info": { "name": "Retrieve match requests by the provided parameters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/matchrequests/status/:id", "headers": [ { "name": "x-api-key", "value": "" }, { "name": "gs-fixtures-api-sub-source", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Contains the id of the pending match request that want to be retrieved. GUID" } ] }, "docs": "Retrieve match requests by the provided parameters" } ] } ], "bundled": true }