{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants ManagedAccounts API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "ManagedAccounts", "type": "folder" }, "items": [ { "info": { "name": "Get all managed accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/managed_accounts", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The amount of results to return. The maximum is 1000." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a list of managed accounts." }, { "info": { "name": "Create managed account", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v2/managed_accounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a Managed Account." }, { "info": { "name": "Get managed account by token", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/managed_accounts/:managed_account_token", "params": [ { "name": "managed_account_token", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a Managed Account." }, { "info": { "name": "Update managed account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vantage.sh/v2/managed_accounts/:managed_account_token", "params": [ { "name": "managed_account_token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a Managed Account." }, { "info": { "name": "Delete managed account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vantage.sh/v2/managed_accounts/:managed_account_token", "params": [ { "name": "managed_account_token", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a Managed Account." }, { "info": { "name": "Configure SSO for managed account", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v2/managed_accounts/:managed_account_token/sso_connection", "params": [ { "name": "managed_account_token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Configure SSO for a Managed Account." }, { "info": { "name": "Update SSO configuration for managed account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vantage.sh/v2/managed_accounts/:managed_account_token/sso_connection", "params": [ { "name": "managed_account_token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update SSO configuration for a Managed Account." }, { "info": { "name": "Delete SSO connection for managed account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vantage.sh/v2/managed_accounts/:managed_account_token/sso_connection", "params": [ { "name": "managed_account_token", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete SSO connection for a Managed Account." } ] } ], "bundled": true }