{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Config API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "getConfig", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/config", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This method allows applications to retrieve a previously created configuration." }, { "info": { "name": "updateConfig", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ebay.com{basePath}/config", "headers": [ { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This method allows applications to create a new configuration or update an existing configuration. This app-level configuration allows developers to set up alerts." } ] } ], "bundled": true }