đ Extended Partnerize API v3 Testing
â
API keys loaded. Testing available v3 endpoints...
đ Test 1: Campaign List
GET https://api.partnerize.com/v3/brand/campaigns
Response code: 200
â ī¸ Received empty campaign list. This is expected since there are no approved partnerships yet.
đ¤ Test 2: User Information
GET https://api.partnerize.com/v3/user
Response code: 404
â Failed to retrieve user data
đĸ Test 3: Public Advertiser Catalog
GET https://api.partnerize.com/v3/brand/catalog
Response code: 404
â Catalog is unavailable
đ¨ Test 4: Check Creatives Structure
GET https://api.partnerize.com/v3/brand/creatives?limit=1
Response code: 404
âšī¸ /creatives endpoint not found (expected, likely requires campaignId)
đ What Next?
Current status: Your account is active, keys are working, but there are no active campaigns.
To get campaignId:
- Find advertisers in Partnerize (Viagogo, StubHub, etc.)
- Apply for partnership with them
- Wait for approval from the advertiser
- After approval, the
/v3/brand/campaigns request will return a list with their campaignId
In the meantime, you can:
- Study the complete v3 API documentation
- Prepare WordPress: create custom post type "Events" and necessary fields
- Write a draft import script that will activate once you get campaignId