{ "opencollection": "1.0.0", "info": { "name": "Outline AccessRequests OAuthAuthentications API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "OAuthAuthentications", "type": "folder" }, "items": [ { "info": { "name": "List accessible OAuth authentications", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/oauthAuthentications.list", "body": { "type": "json", "data": "{}" } }, "docs": "List all OAuth authentications for the current user. These represent the third-party applications that the user has authorized to access their account." }, { "info": { "name": "Delete an OAuth authentiation", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/oauthAuthentications.delete", "body": { "type": "json", "data": "{}" } }, "docs": "Revoke an OAuth authentication, removing the third-party application's access to the user's account." } ] } ], "bundled": true }