{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Charity_org API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Charity_org",
"type": "folder"
},
"items": [
{
"info": {
"name": "getCharityOrg",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/charity_org/:charity_org_id",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
}
],
"params": [
{
"name": "charity_org_id",
"value": "",
"type": "path",
"description": "The unique ID of the charitable organization."
}
],
"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 call is used to retrieve detailed information about supported charitable organizations. It allows users to retrieve the details for a specific charitable organization using its charity organization ID."
},
{
"info": {
"name": "getCharityOrgs",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/charity_org",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
}
],
"params": [
{
"name": "limit",
"value": "",
"type": "query",
"description": "The number of items, from the result set, returned in a single page.
Valid Values: 1-100
Default: 20"
},
{
"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.
For example, if the offset is set to 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.
Valid Values: 0-10,000
Default: 0"
},
{
"name": "q",
"value": "",
"type": "query",
"description": "A query string that matches the keywords in name, mission statement, or description."
},
{
"name": "registration_ids",
"value": "",
"type": "query",
"description": "A comma-separated list of charitable organization registration IDs.
Note: Do not specify this parameter for query-based searches. Specify either the q or registration_ids parameter, but not both.
Maximum Limit: 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 call is used to search for supported charitable organizations. It allows users to search for a specific charitable organization, or for multiple charitable organizations, from a particular charitable domain and/or geographical region, or by using search criteria.
The call returns paginated search results containing the charitable organizations that match the specified criteria."
}
]
}
],
"bundled": true
}