{ "opencollection": "1.0.0", "info": { "name": "Minecraft Services Attributes Blocklist API", "version": "1.0.0" }, "items": [ { "info": { "name": "Blocklist", "type": "folder" }, "items": [ { "info": { "name": "Get Blocklist", "type": "http" }, "http": { "method": "GET", "url": "https://api.minecraftservices.com/privacy/blocklist", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return the authenticated player's UUID-keyed blocklist." } ] } ], "bundled": true }