curl -X POST 'https://api.tolt.com/v1/clicks' \ -H 'Authorization: Bearer <API_KEY>' \ -H 'Content-Type: application/json' \ -d '{ "partner_id": "part_s7mbzRGn46BhVgNFHD6fDgXW", "link_id": "lnk_dK9bzRGn46BhVgNFHD6fDgXW", "country": "US", "device": "desktop", "page": "https://example.com/product", "referrer": "https://google.com" }'
{ "success": true, "data": [ { "id": "clk_dK9bzRGn46BhVgNFHD6fDgXW", "page": "https://example.com/product", "referrer": "https://google.com", "device": "desktop", "browser": null, "country": "US", "state": null, "link_id": "lnk_dK9bzRGn46BhVgNFHD6fDgXW", "organization_id": "org_JE3mfYNL9ci7sFaJazAv2" "program_id": "prg_YRsbPDAKhWfdqJbFACheh", "partner_id": "part_s7mbzRGn46BhVgNFHD6fDgXW", "created_at": "2025-04-25T11:22:35.546Z", "updated_at": "2025-04-25T11:22:35.546Z" } ] }
This endpoint creates a click. You can create a click either by providing partner and link IDs or by using a tracking parameter and value.
https://api.tolt.com
Hide properties
uuid
clk_