{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Topic API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Topic",
"type": "folder"
},
"items": [
{
"info": {
"name": "getTopic",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/topic/:topic_id",
"params": [
{
"name": "topic_id",
"value": "",
"type": "path",
"description": "The unique identifier of the notification topic for which the details are retrieved. Use getTopics to retrieve the topic ID."
}
],
"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 details for the specified topic. This information includes supported schema versions, formats, and other metadata for the topic.
Applications can subscribe to any of the topics for a supported schema version and format, limited by the authorization scopes required to subscribe to the topic.
A topic specifies the type of information to be received and the data types associated with an event. An event occurs in the eBay system, such as when"
},
{
"info": {
"name": "getTopics",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/topic",
"params": [
{
"name": "continuation_token",
"value": "",
"type": "query",
"description": "This string value can be used to return the next page in the result set. The string to use here is returned in the next field of the current page of results."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of notification topics to return per page from the result set.
Min: 10
Max: 100
Default: 20"
}
],
"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 a paginated collection of all supported topics, along with the details for the topics. This information includes supported schema versions, formats, and other metadata for the topics.
Applications can subscribe to any of the topics for a supported schema version and format, limited by the authorization scopes required to subscribe to the topic.
A topic specifies the type of information to be received and the data types associated with an event. An event occurs i"
}
]
}
],
"bundled": true
}