Get Affiliate Activity
GET/affiliates/:id/activity
Retrieves weekly conversion, payment, and click activity for a specific affiliate
merged into a single timeline ordered by date descending and capped at 10 entries.
Each source (conversion, payment, click) is independently bounded to the rolling
last 10 weeks and capped at 5 entries before the merge.
The response shape is polymorphic on type. Conversion entries include
conversionCount, total, and currency; payment entries include
paidConversionCount, total, and currency; click entries include clickCount
(no total or currency).
Request
Responses
- 200
- 401
- 403
- 404
- 500
Weekly conversion, payment, and click activity retrieved successfully
Authentication required
Client does not own the affiliate
Affiliate not found
Internal server error