Clicks
Clicks represent tracked visits from affiliate referral links.
List Clicks
GET
/v1/clicksSupports the following query parameters: affiliate_id, program_id, from, and to (ISO 8601 timestamps).
curl
curl -X GET "https://api.icodrip.com/v1/clicks?affiliate_id=aff_01HXYZ&from=2026-01-01T00:00:00Z&to=2026-02-01T00:00:00Z" \ -H "Authorization: Bearer sk_live_xxxxxxxxxxxxx" \ -H "Content-Type: application/json"