{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Event API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Event",
"type": "folder"
},
"items": [
{
"info": {
"name": "getEvent",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/event/:event_id",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
},
{
"name": "X-EBAY-C-ENDUSERCTX",
"value": ""
}
],
"params": [
{
"name": "event_id",
"value": "",
"type": "path",
"description": "This path parameters specifies the unique identifier for the eBay event being retrieved.
Use the getEvents method to retrieve event IDs."
}
],
"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 details for an eBay event. The result set contains detailed information associated with the specified event ID, such as applicable coupons, start and end dates, and event terms.
20100"
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "The number of items that will be skipped in the result set. This is used with the limit field to control the pagination of the output.0 and the limit is set to 10, the method will retrieve items 1 through 10 from the list of items returned. If the offset is set to 10 and the limit is set to 10, the method will retrieve items 11 through 20 from the list of items returned.0"
}
],
"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 returns paginated results containing all eBay events for the specified marketplace.itemAffiliateWebUrl "
}
]
}
],
"bundled": true
}