{ "opencollection": "1.0.0", "info": { "name": "Posit Connect API Reference API Keys API", "version": "1.0.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "List API keys", "type": "http" }, "http": { "method": "GET", "url": "/__api__/v1/users/:guid/keys", "params": [ { "name": "guid", "value": "", "type": "path" } ] }, "docs": "List your provisioned API keys." }, { "info": { "name": "Create an API key", "type": "http" }, "http": { "method": "POST", "url": "/__api__/v1/users/:guid/keys", "params": [ { "name": "guid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an API key.\n\nUsers can only create API keys for themselves. If `guid` does not match\nthe current user's GUID, a 403 status is returned." }, { "info": { "name": "Get an API key", "type": "http" }, "http": { "method": "GET", "url": "/__api__/v1/users/:guid/keys/:id", "params": [ { "name": "guid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get details for a single API key." }, { "info": { "name": "Delete an API key", "type": "http" }, "http": { "method": "DELETE", "url": "/__api__/v1/users/:guid/keys/:id", "params": [ { "name": "guid", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a single API key." } ] } ], "bundled": true }