# New Influencer Click Increases the number of tracked clicks on an influencer's deal page. Endpoint: POST /v1/crm/new_influencer_click Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `influencer_handle` (string) Influencer handle. Either deal_id, influencer_handle, or collab_id is required. Example: "therock" - `deal_id` (string) Deal ID or URL. Either deal_id, influencer_handle, or collab_id is required. Example: "ETUNQ6ZTW1" - `collab_id` (string) Collaboration ID. Either deal_id, influencer_handle, or collab_id is required. Example: "V2KYU6F9" - `brand_id` (integer) Brand ID (optional, used to find the correct collaboration if multiple exist). Example: 4819 - `increase_clicks` (integer, required) Number of clicks to add. Defaults to 0. Example: 10 - `country_code` (string) Country code for click origin. Example: "US" ## Response 200 fields ## Response 400 fields ## Response 404 fields