Python integration
import ebaysdk-python # Use an OAuth2 access token client = ebaysdk_python.Client(access_token="YOUR_ACCESS_TOKEN")
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.ebay.com/sell/marketing/v1/promotion
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.ebay.com/sell/marketing/v1/ad_campaign
curl \ -H "Authorization: Bearer $ACCESS_TOKEN" \ https://api.ebay.com/sell/marketing/v1/ad_report_task