{ "opencollection": "1.0.0", "info": { "name": "Api Documentation Accounts Oauth API", "version": "1.0" }, "items": [ { "info": { "name": "Oauth", "type": "folder" }, "items": [ { "info": { "name": "get_oauth_token_challenge", "type": "http" }, "http": { "method": "GET", "url": "https://service.chromeriver.com/oauth/token/challenge", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ] }, "docs": "Handle MFA challenges." }, { "info": { "name": "post_oauth_token_challenge", "type": "http" }, "http": { "method": "POST", "url": "https://service.chromeriver.com/oauth/token/challenge", "body": { "type": "json", "data": "{}" } }, "docs": "Handle MFA challenges." }, { "info": { "name": "post_oauth_token", "type": "http" }, "http": { "method": "POST", "url": "https://service.chromeriver.com/oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Issue access tokens." }, { "info": { "name": "post_oauth_token_revoke", "type": "http" }, "http": { "method": "POST", "url": "https://service.chromeriver.com/oauth/token/revoke", "body": { "type": "json", "data": "{}" } }, "docs": "Revoke access token." } ] } ], "bundled": true }