{ "opencollection": "1.0.0", "info": { "name": "Codacy Account Security API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "api-token", "value": "{{api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Security", "type": "folder" }, "items": [ { "info": { "name": "Get the repository's stored public SSH key.", "type": "http" }, "http": { "method": "GET", "url": "https://api.codacy.com/api/v3/organizations/:provider/:remoteOrganizationName/repositories/:repositoryName/settings/stored-ssh-key", "params": [ { "name": "provider", "value": "", "type": "path", "description": "Git provider code (gh, ghe, gl, gle, bb, bbe)." }, { "name": "remoteOrganizationName", "value": "", "type": "path", "description": "Organization name on the Git provider." }, { "name": "repositoryName", "value": "", "type": "path", "description": "Repository name on the Git provider." } ] }, "docs": "Get the repository's stored public SSH key." } ] } ], "bundled": true }