{ "opencollection": "1.0.0", "info": { "name": "RubyGems.org Registry Activity API Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Get An API Key", "type": "http" }, "http": { "method": "GET", "url": "https://rubygems.org/api/v1/api_key.json", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Exchanges HTTP Basic credentials for the authenticated user's API key." } ] } ], "bundled": true }