{ "opencollection": "1.0.0", "info": { "name": "Appmixer Accounts API", "version": "6.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Appmixer List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.{tenant}.appmixer.cloud/accounts" }, "docs": "Get list of all accounts the user has authenticated with to any component (e.g. OAuth connections to third-party services)." }, { "info": { "name": "Appmixer Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.{tenant}.appmixer.cloud/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Get details for a specific account and check if its credentials (tokens) are still valid." }, { "info": { "name": "Appmixer Delete an account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.{tenant}.appmixer.cloud/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ] }, "docs": "Delete (disconnect) an authenticated account." } ] } ], "bundled": true }