{ "opencollection": "1.0.0", "info": { "name": "Toornament Disciplines Registrations API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Registrations", "type": "folder" }, "items": [ { "info": { "name": "List Registrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.toornament.com/organizer/v2/tournaments/:tournament_id/registrations", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "Range", "value": "" } ], "params": [ { "name": "tournament_id", "value": "", "type": "path" } ] }, "docs": "Retrieve all registrations for a tournament including approval status." } ] } ], "bundled": true }