{ "opencollection": "1.0.0", "info": { "name": "Tapfiliate REST Affiliate Groups Clicks API", "version": "1.6" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Clicks", "type": "folder" }, "items": [ { "info": { "name": "List all clicks", "type": "http" }, "http": { "method": "GET", "url": "https://api.tapfiliate.com/1.6/clicks/", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "affiliate_id", "value": "", "type": "query", "description": "Filter by affiliate ID" }, { "name": "date_from", "value": "", "type": "query", "description": "Filter clicks from this date" }, { "name": "date_to", "value": "", "type": "query", "description": "Filter clicks to this date" } ] }, "docs": "Retrieve a paginated list of all clicks." }, { "info": { "name": "Create a Click", "type": "http" }, "http": { "method": "POST", "url": "https://api.tapfiliate.com/1.6/clicks/", "body": { "type": "json", "data": "{}" } }, "docs": "Record a new click event." }, { "info": { "name": "Get detailed information about click", "type": "http" }, "http": { "method": "GET", "url": "https://api.tapfiliate.com/1.6/clicks/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Click ID" } ] }, "docs": "Retrieve detailed information about a specific click." } ] } ], "bundled": true }