{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Privilege API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Privilege", "type": "folder" }, "items": [ { "info": { "name": "getPrivileges", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/privilege", "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 retrieves the seller's current set of privileges, including whether or not the seller's eBay registration has been completed, as well as the details of their site-wide sellingLimt (the amount and quantity they can sell on a given day)." } ] } ], "bundled": true }