{ "opencollection": "1.0.0", "info": { "name": "Discord Interactions Application Commands Gateway API", "version": "10" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Gateway", "type": "folder" }, "items": [ { "info": { "name": "get_bot_gateway", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/gateway/bot", "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_gateway", "type": "http" }, "http": { "method": "GET", "url": "https://discord.com/api/v10/gateway" } } ] } ], "bundled": true }