{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Advertising_eligibility", "type": "folder" }, "items": [ { "info": { "name": "getAdvertisingEligibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/advertising_eligibility", "headers": [ { "name": "X-EBAY-C-MARKETPLACE-ID", "value": "" } ], "params": [ { "name": "program_types", "value": "", "type": "query", "description": "A comma-separated list of eBay advertising programs for which eligibility status will be returned.

See the AdvertisingProgramEnum type for a list of supported values.

If no programs are specified, the results will be returned for all programs." } ], "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 developers to check the seller eligibility status for eBay advertising programs." } ] } ], "bundled": true }