{ "opencollection": "1.0.0", "info": { "name": "Toornament Disciplines Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.toornament.com/organizer/v2/webhooks", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "Authorization", "value": "" } ] }, "docs": "Retrieve all webhook subscriptions configured for the authenticated application." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.toornament.com/organizer/v2/webhooks", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Register a new webhook endpoint to receive tournament event notifications." } ] } ], "bundled": true }